1 | <?php |
||
8 | class FlashMessagesServiceProvider implements ServiceProviderInterface |
||
9 | { |
||
10 | |||
11 | |||
12 | /** |
||
13 | * @var Messages |
||
14 | */ |
||
15 | public $messages; |
||
16 | |||
17 | |||
18 | /** |
||
19 | * @param Messages|null $messages |
||
20 | */ |
||
21 | 15 | public function __construct( Messages $messages = null ) |
|
25 | |||
26 | |||
27 | /** |
||
28 | * @implements ServiceProviderInterface |
||
29 | */ |
||
30 | 12 | public function register(Container $dic) |
|
59 | } |
||
60 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.