@@ -1,7 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -use Symfony\Component\DependencyInjection\Argument\RewindableGenerator; |
|
| 4 | - |
|
| 5 | 3 | // This file has been auto-generated by the Symfony Dependency Injection Component for internal use. |
| 6 | 4 | // Returns the private 'validator.builder' shared service. |
| 7 | 5 | |
@@ -3,11 +3,9 @@ |
||
| 3 | 3 | namespace ContainerIeqghqs; |
| 4 | 4 | |
| 5 | 5 | use Symfony\Component\DependencyInjection\Argument\RewindableGenerator; |
| 6 | -use Symfony\Component\DependencyInjection\ContainerInterface; |
|
| 7 | 6 | use Symfony\Component\DependencyInjection\Container; |
| 8 | 7 | use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException; |
| 9 | 8 | use Symfony\Component\DependencyInjection\Exception\LogicException; |
| 10 | -use Symfony\Component\DependencyInjection\Exception\RuntimeException; |
|
| 11 | 9 | use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag; |
| 12 | 10 | |
| 13 | 11 | /** |
@@ -490,6 +490,9 @@ discard block |
||
| 490 | 490 | return true; |
| 491 | 491 | } |
| 492 | 492 | |
| 493 | + /** |
|
| 494 | + * @param string $file |
|
| 495 | + */ |
|
| 493 | 496 | protected function load($file, $lazyLoad = true) |
| 494 | 497 | { |
| 495 | 498 | return require $file; |
@@ -1131,6 +1134,9 @@ discard block |
||
| 1131 | 1134 | |
| 1132 | 1135 | private $normalizedParameterNames = array(); |
| 1133 | 1136 | |
| 1137 | + /** |
|
| 1138 | + * @param string $name |
|
| 1139 | + */ |
|
| 1134 | 1140 | private function normalizeParameterName($name) |
| 1135 | 1141 | { |
| 1136 | 1142 | if (isset($this->normalizedParameterNames[$normalizedName = strtolower($name)]) || isset($this->parameters[$normalizedName]) || array_key_exists($normalizedName, $this->parameters)) { |
@@ -3,11 +3,9 @@ |
||
| 3 | 3 | namespace ContainerL2m54ap; |
| 4 | 4 | |
| 5 | 5 | use Symfony\Component\DependencyInjection\Argument\RewindableGenerator; |
| 6 | -use Symfony\Component\DependencyInjection\ContainerInterface; |
|
| 7 | 6 | use Symfony\Component\DependencyInjection\Container; |
| 8 | 7 | use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException; |
| 9 | 8 | use Symfony\Component\DependencyInjection\Exception\LogicException; |
| 10 | -use Symfony\Component\DependencyInjection\Exception\RuntimeException; |
|
| 11 | 9 | use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag; |
| 12 | 10 | |
| 13 | 11 | /** |
@@ -490,6 +490,9 @@ discard block |
||
| 490 | 490 | return true; |
| 491 | 491 | } |
| 492 | 492 | |
| 493 | + /** |
|
| 494 | + * @param string $file |
|
| 495 | + */ |
|
| 493 | 496 | protected function load($file, $lazyLoad = true) |
| 494 | 497 | { |
| 495 | 498 | return require $file; |
@@ -1131,6 +1134,9 @@ discard block |
||
| 1131 | 1134 | |
| 1132 | 1135 | private $normalizedParameterNames = array(); |
| 1133 | 1136 | |
| 1137 | + /** |
|
| 1138 | + * @param string $name |
|
| 1139 | + */ |
|
| 1134 | 1140 | private function normalizeParameterName($name) |
| 1135 | 1141 | { |
| 1136 | 1142 | if (isset($this->normalizedParameterNames[$normalizedName = strtolower($name)]) || isset($this->parameters[$normalizedName]) || array_key_exists($normalizedName, $this->parameters)) { |
@@ -59,7 +59,7 @@ |
||
| 59 | 59 | |
| 60 | 60 | /** |
| 61 | 61 | * |
| 62 | - * @return array |
|
| 62 | + * @return string[] |
|
| 63 | 63 | */ |
| 64 | 64 | public function __sleep() |
| 65 | 65 | { |
@@ -12,7 +12,7 @@ |
||
| 12 | 12 | class KunstmaanTaggingExtensionTest extends AbstractPrependableExtensionTestCase |
| 13 | 13 | { |
| 14 | 14 | /** |
| 15 | - * @return ExtensionInterface[] |
|
| 15 | + * @return KunstmaanTaggingExtension[] |
|
| 16 | 16 | */ |
| 17 | 17 | protected function getContainerExtensions() |
| 18 | 18 | { |
@@ -21,7 +21,7 @@ |
||
| 21 | 21 | } |
| 22 | 22 | |
| 23 | 23 | /** |
| 24 | - * @return array |
|
| 24 | + * @return string[] |
|
| 25 | 25 | */ |
| 26 | 26 | public function getAccessRoles() |
| 27 | 27 | { |
@@ -12,7 +12,7 @@ |
||
| 12 | 12 | class KunstmaanUserManagementExtensionTest extends AbstractPrependableExtensionTestCase |
| 13 | 13 | { |
| 14 | 14 | /** |
| 15 | - * @return ExtensionInterface[] |
|
| 15 | + * @return KunstmaanUserManagementExtension[] |
|
| 16 | 16 | */ |
| 17 | 17 | protected function getContainerExtensions() |
| 18 | 18 | { |
@@ -12,7 +12,7 @@ |
||
| 12 | 12 | class KunstmaanUtilitiesExtensionTest extends AbstractPrependableExtensionTestCase |
| 13 | 13 | { |
| 14 | 14 | /** |
| 15 | - * @return ExtensionInterface[] |
|
| 15 | + * @return KunstmaanUtilitiesExtension[] |
|
| 16 | 16 | */ |
| 17 | 17 | protected function getContainerExtensions() |
| 18 | 18 | { |
@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace Tests\Kunstmaan\NodeBundle\Helper; |
| 4 | 4 | |
| 5 | 5 | use Kunstmaan\UtilitiesBundle\Helper\Slugifier; |
| 6 | -use Kunstmaan\UtilitiesBundle\Helper\SlugifierInterface; |
|
| 7 | 6 | |
| 8 | 7 | |
| 9 | 8 | /** |