Completed
Pull Request — master (#268)
by Piotr
12:01
created
features/fixtures/project/src/FSi/FixturesBundle/Entity/News.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -191,7 +191,7 @@
 block discarded – undo
191 191
     }
192 192
 
193 193
     /**
194
-     * @return mixed
194
+     * @return boolean
195 195
      */
196 196
     public function isVisible()
197 197
     {
Please login to merge, or discard this patch.
Admin/ResourceRepository/ResourceFormBuilder.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@
 block discarded – undo
62 62
     }
63 63
 
64 64
     /**
65
-     * @param $key
65
+     * @param string $key
66 66
      * @return string
67 67
      */
68 68
     private function createPropertyPath($key)
Please login to merge, or discard this patch.