File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,18 +20,18 @@ enum AsEnumStateMachine implements Castable
2020 /**
2121 * Get the caster class to use when casting from / to this cast target.
2222 *
23- * @param array{class-string,bool} $arguments
23+ * @param array{class-string,? bool} $arguments
2424 * @return CastsAttributes<Stringable, string|\Stringable>
2525 */
2626 public static function castUsing (array $ arguments ): CastsAttributes
2727 {
2828 return new class ($ arguments ) implements CastsAttributes
2929 {
30- /** @var array{class-string,bool} */
30+ /** @var array{class-string,? bool} */
3131 protected array $ arguments ;
3232
3333 /**
34- * @param array{class-string,bool} $arguments
34+ * @param array{class-string,? bool} $arguments
3535 */
3636 public function __construct (array $ arguments )
3737 {
You can’t perform that action at this time.
0 commit comments