Completed
Pull Request — master (#5964)
by Marco
65:20
created
lib/Doctrine/ORM/Tools/Console/Command/DeadEntitiesCommand.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -121,6 +121,9 @@
 block discarded – undo
121 121
         return $failure ? 1 : 0;
122 122
     }
123 123
 
124
+    /**
125
+     * @param OutputInterface $output
126
+     */
124 127
     private function findMissingEntities($entity, $output) {
125 128
         $dql = "SELECT _inner, _outer\n"
126 129
               ."  FROM ".$entity['sourceEntity']." _inner\n"
Please login to merge, or discard this patch.