Completed
Push — develop ( e70242...efddeb )
by Mathias
65:39 queued 53:48
created
module/Core/src/Core/Service/EntityEraser/DependencyResult.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -131,6 +131,9 @@
 block discarded – undo
131 131
         return $this->description;
132 132
     }
133 133
 
134
+    /**
135
+     * @param string $mode
136
+     */
134 137
     public function isMode($mode)
135 138
     {
136 139
         return $this->mode == $mode;
Please login to merge, or discard this patch.