Completed
Push — master ( 9cee5d...f0143d )
by Piotr
13s
created
Factory/Worker/RequestStackWorker.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace FSi\Bundle\AdminBundle\Factory\Worker;
4 4
 
5
-use Doctrine\Common\Persistence\ManagerRegistry;
6 5
 use FSi\Bundle\AdminBundle\Admin\Element;
7 6
 use FSi\Bundle\AdminBundle\Admin\RequestStackAware;
8 7
 use FSi\Bundle\AdminBundle\Factory\Worker;
Please login to merge, or discard this patch.
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.