Completed
Push — master ( f0fd1d...defc9d )
by Christopher
40:01 queued 02:21
created
Utilities.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -333,9 +333,9 @@
 block discarded – undo
333 333
         return [];
334 334
     }
335 335
     
336
-     /**
337
-     * Regex to match a GUID.
338
-     */
336
+        /**
337
+         * Regex to match a GUID.
338
+         */
339 339
     const MATCH_GUID = '/^([0-9a-fA-F]){8}(-([0-9a-fA-F]){4}){3}-([0-9a-fA-F]){12}$/';
340 340
 
341 341
     /**
Please login to merge, or discard this patch.