Completed
Push — master ( 8ce0e8...15dc1a )
by Vitaly
14:25
created
src/Core.php 1 patch
Doc Comments   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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;
Please login to merge, or discard this patch.