Passed
Push — refactor ( 6a891c...eadb4f )
by Florian
01:44
created
src/Parser.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -70,12 +70,12 @@
 block discarded – undo
70 70
 \}
71 71
 EOD;
72 72
 /**
73
-     * Tokenizes a route pattern. Optional segments are identified by square brackets.
74
-     *
75
-     * @param string $pattern A route pattern
76
-     * @param string $delimiter The path delimiter.
77
-     * @return array
78
-     */
73
+ * Tokenizes a route pattern. Optional segments are identified by square brackets.
74
+ *
75
+ * @param string $pattern A route pattern
76
+ * @param string $delimiter The path delimiter.
77
+ * @return array
78
+ */
79 79
     public static function tokenize(string $pattern, string $delimiter = '/'): array
80 80
     {
81 81
         // Checks if the pattern has some optional segments.
Please login to merge, or discard this patch.