Completed
Push — master ( c1a77f...1b2406 )
by Dennis
04:47 queued 01:34
created
src/StreamWrapper.php 1 patch
Braces   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -121,9 +121,7 @@
 block discarded – undo
121 121
         // Use stream from context or open file
122 122
         if (\array_key_exists(self::CONTEXT_STREAM, $myContext)) {
123 123
             $this->encrypted = $myContext[self::CONTEXT_STREAM];
124
-        }
125
-
126
-        else {
124
+        } else {
127 125
             $prefix = self::STREAM_NAME . '://';
128 126
 
129 127
             if (\substr($path, 0, \strlen($prefix)) !== $prefix) {
Please login to merge, or discard this patch.