@@ -121,9 +121,7 @@ |
||
| 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) { |