Passed
Push — master ( 998c14...dbd8e8 )
by Alexander
03:10
created
src/components/Filesystem/FilesystemAdapter.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -148,7 +148,7 @@  discard block
 block discarded – undo
148 148
 	 * 
149 149
 	 * @return int|null  The file size in bytes or null if unknown
150 150
 	 */
151
-	public function size($path, $unit = 'b'): int|null
151
+	public function size($path, $unit = 'b'): int | null
152 152
     {
153 153
 		return $this->driver->size($path, $unit);
154 154
     }
@@ -243,7 +243,7 @@  discard block
 block discarded – undo
243 243
 	 *
244 244
 	 * @return int|bool
245 245
 	 */
246
-	public function put($path, $contents, $lock = false): int|bool
246
+	public function put($path, $contents, $lock = false): int | bool
247 247
     {
248 248
 		return $this->driver->put($path, $contents, $lock);
249 249
     }
Please login to merge, or discard this patch.