Passed
Push — master ( a389f3...7f5d0d )
by Brian
59s
created
src/Options.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -63,15 +63,15 @@
 block discarded – undo
63 63
     private $chroot;
64 64
 
65 65
     /**
66
-    * Protocol whitelist
67
-    *
68
-    * Protocols and PHP wrappers allowed in URIs, and the validation rules
69
-    * that determine if a resouce may be loaded. Full support is not guaranteed
70
-    * for the protocols/wrappers specified
71
-    * by this array.
72
-    *
73
-    * @var array
74
-    */
66
+     * Protocol whitelist
67
+     *
68
+     * Protocols and PHP wrappers allowed in URIs, and the validation rules
69
+     * that determine if a resouce may be loaded. Full support is not guaranteed
70
+     * for the protocols/wrappers specified
71
+     * by this array.
72
+     *
73
+     * @var array
74
+     */
75 75
     private $allowedProtocols = [
76 76
         "file://" => ["rules" => []],
77 77
         "http://" => ["rules" => []],
Please login to merge, or discard this patch.