et-nik /
gameap
| 1 | <?php |
||
| 2 | |||
| 3 | namespace Gameap\Policies; |
||
| 4 | |||
| 5 | use Gameap\Models\DedicatedServer; |
||
| 6 | |||
| 7 | class GdaemonApiPolicy |
||
| 8 | { |
||
| 9 | public function before(DedicatedServer $dedicatedServer): void |
||
|
0 ignored issues
–
show
|
|||
| 10 | { |
||
| 11 | } |
||
| 12 | } |
||
| 13 |
This check looks for parameters that have been defined for a function or method, but which are not used in the method body.