1 | <?php |
||
15 | abstract class AbstractSimpleBundle extends Bundle |
||
16 | { |
||
17 | public function getContainerExtension() : ExtensionInterface |
||
31 | |||
32 | /** |
||
33 | * @return string|null |
||
34 | */ |
||
35 | protected function getServicesFile() |
||
38 | |||
39 | /** |
||
40 | * @return ConfigurationInterface|null |
||
41 | */ |
||
42 | protected function getConfiguration() |
||
45 | |||
46 | /*** |
||
47 | * @return string[]|null |
||
48 | */ |
||
49 | protected function getParametersAliases() |
||
52 | } |
||
53 |
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: