Passed
Push — master ( ba7e7c...8cb26d )
by Alex
01:01
created
POData/UriProcessor/ResourcePathProcessor/SegmentParser/KeyDescriptor.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -203,7 +203,7 @@
 block discarded – undo
203 203
      */
204 204
     public static function tryParseKeysFromKeyPredicate(
205 205
         $keyPredicate,
206
-        KeyDescriptor &$keyDescriptor = null
206
+        KeyDescriptor & $keyDescriptor = null
207 207
     ) {
208 208
         return self::_tryParseKeysFromKeyPredicate(
209 209
             $keyPredicate,
Please login to merge, or discard this patch.