1 | <?php |
||
9 | abstract class ServiceProvider implements ServiceProviderInterface |
||
10 | { |
||
11 | /** |
||
12 | * @var App |
||
13 | */ |
||
14 | private $app; |
||
15 | |||
16 | /** |
||
17 | * CoreServiceProvider constructor. |
||
18 | * |
||
19 | * @param App $app |
||
20 | */ |
||
21 | public function __construct(App $app) |
||
25 | |||
26 | public function register(Container $pimple) |
||
32 | } |
||
33 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.