We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cd7ba9 commit d3aa39cCopy full SHA for d3aa39c
src/Illuminate/Contracts/Database/Eloquent/Castable.php
@@ -7,7 +7,7 @@ interface Castable
7
/**
8
* Get the name of the caster class to use when casting from / to this cast target.
9
*
10
- * @param array $arguments
+ * @param string[] $arguments
11
* @return class-string<CastsAttributes|CastsInboundAttributes>|CastsAttributes|CastsInboundAttributes
12
*/
13
public static function castUsing(array $arguments);
0 commit comments