classes/Blueprints/Schema/FileOptions.php
Method make
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
bool|array $changeName = true,
bool|array $replace = true,
bool|array $delete = true,
bool|array $read = true,
bool|array $update = true,
Method __construct
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public bool|array $changeName = true,
public bool|array $replace = true,
public bool|array $delete = true,
public bool|array $read = true,
public bool|array $update = true,