fix: phpstan level=6
This commit is contained in:
parent
acbf2c847d
commit
48269bd424
41 changed files with 324 additions and 347 deletions
|
|
@ -41,7 +41,7 @@ class Collection implements \ArrayAccess
|
|||
*
|
||||
* @return void
|
||||
*/
|
||||
public function set($key, $value)
|
||||
public function set(string $key, mixed $value)
|
||||
{
|
||||
$this->data[$key] = $value;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue