Completed
Pull Request — master (#12)
by
unknown
20:54
created
Classes/Service/Targets/InsertUpdateTable.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -247,7 +247,7 @@
 block discarded – undo
247 247
     *
248 248
     * @return int
249 249
     */
250
-    protected function isValidMd5($md5 ='')
250
+    protected function isValidMd5($md5 = '')
251 251
     {
252 252
         return preg_match('/^[a-f0-9]{32}$/', $md5);
253 253
     }
Please login to merge, or discard this patch.