Completed
Push — master ( 3d485f...407dff )
by Paweł
66:49
created
src/SWP/Bundle/CoreBundle/Service/RevisionAwareContainerService.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -90,6 +90,9 @@
 block discarded – undo
90 90
         }
91 91
     }
92 92
 
93
+    /**
94
+     * @param ContainerInterface $container
95
+     */
93 96
     private function handleForking($container)
94 97
     {
95 98
         if ($container instanceof RevisionAwareInterface &&
Please login to merge, or discard this patch.
src/SWP/Bundle/StorageBundle/Doctrine/ORM/EntityRepositoryTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@
 block discarded – undo
74 74
     }
75 75
 
76 76
     /**
77
-     * @param $queryBuilder
77
+     * @param QueryBuilder $queryBuilder
78 78
      * @param PaginationData $paginationData
79 79
      *
80 80
      * @return PaginationInterface
Please login to merge, or discard this patch.