@@ -81,7 +81,7 @@ discard block |
||
| 81 | 81 | * Core constructor. |
| 82 | 82 | * |
| 83 | 83 | * @param ContainerBuilderInterface $builder Container builder |
| 84 | - * @param ResourceMap|null $map system resources |
|
| 84 | + * @param ResourceMap $map system resources |
|
| 85 | 85 | * @InjectArgument(builder="\samsonframework\container\ContainerBuilderInterface") |
| 86 | 86 | * @InjectArgument(builder="\samsonframework\core\ResourceInterface") |
| 87 | 87 | */ |
@@ -588,6 +588,9 @@ discard block |
||
| 588 | 588 | |
| 589 | 589 | //[PHPCOMPRESSOR(remove,start)] |
| 590 | 590 | |
| 591 | + /** |
|
| 592 | + * @param string $path |
|
| 593 | + */ |
|
| 591 | 594 | protected function createMetadata($class, $name, $path, $scope = 'module') |
| 592 | 595 | { |
| 593 | 596 | $metadata = new ClassMetadata(); |
@@ -818,7 +821,7 @@ discard block |
||
| 818 | 821 | } |
| 819 | 822 | //[PHPCOMPRESSOR(remove,end)] |
| 820 | 823 | |
| 821 | - /** @return \Container Get system container */ |
|
| 824 | + /** @return ContainerInterface Get system container */ |
|
| 822 | 825 | public function getContainer() |
| 823 | 826 | { |
| 824 | 827 | return $this->container; |