Completed
Push — develop ( 93d93e...dd001b )
by Pavel
02:32
created
src/Entity/Album.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -405,7 +405,7 @@
 block discarded – undo
405 405
     }
406 406
 
407 407
     /**
408
-     * @return mixed
408
+     * @return string
409 409
      */
410 410
     public function getSection()
411 411
     {
Please login to merge, or discard this patch.
src/Mapper/ObjectMapper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@
 block discarded – undo
92 92
     /**
93 93
      * Checks if $fqn is an instantiable class and implements necessary interface
94 94
      * @param string $fqn
95
-     * @param $interface
95
+     * @param string $interface
96 96
      * @throws \InvalidArgumentException
97 97
      */
98 98
     protected function checkClass($fqn, $interface)
Please login to merge, or discard this patch.