Passed
Push — main ( f4c1cf...baad0b )
by gyufi
03:41
created
lib/Auth/Process/AuthorizeByDest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@
 block discarded – undo
76 76
     {
77 77
         Assert::keyExists($request, 'Attributes');
78 78
         Assert::keyExists($request, 'SPMetadata');
79
-        Assert::keyExists($request['SPMetadata'],'entityid');
79
+        Assert::keyExists($request['SPMetadata'], 'entityid');
80 80
 
81 81
         $attributes = $request['Attributes'];
82 82
         $destination = $request['SPMetadata']['entityid'];
Please login to merge, or discard this patch.