1 | <?php |
||
15 | abstract class AbstractSimpleBundle extends Bundle |
||
16 | { |
||
17 | public function getContainerExtension() : ExtensionInterface |
||
32 | |||
33 | /** |
||
34 | * @return string|null |
||
35 | */ |
||
36 | protected function getServicesFile() |
||
39 | |||
40 | /** |
||
41 | * @return ConfigurationInterface|null |
||
42 | */ |
||
43 | protected function getConfiguration() |
||
46 | |||
47 | /*** |
||
48 | * @return string[]|null |
||
49 | */ |
||
50 | protected function getParametersAliases() |
||
53 | } |
||
54 |
In PHP, under loose comparison (like
==
, or!=
, orswitch
conditions), values of different types might be equal.For
string
values, the empty string''
is a special case, in particular the following results might be unexpected: