Passed
Push — 0.8.x ( c18570...985c46 )
by Alexander
10:31 queued 07:28
created
src/components/Contracts/Filesystem/Filesystem.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -114,7 +114,7 @@  discard block
 block discarded – undo
114 114
 	 * 
115 115
 	 * @return int|null  The file size in bytes or null if unknown
116 116
 	 */
117
-	public function size($path, $unit = 'b'): int|null;
117
+	public function size($path, $unit = 'b'): int | null;
118 118
 
119 119
     /**
120 120
 	 * Get all of the directories within a given directory.
@@ -188,7 +188,7 @@  discard block
 block discarded – undo
188 188
 	 *
189 189
 	 * @return int|bool
190 190
 	 */
191
-	public function put($path, $contents, $lock = false): int|bool;
191
+	public function put($path, $contents, $lock = false): int | bool;
192 192
 
193 193
     /**
194 194
 	 * Write given data to this file.
Please login to merge, or discard this patch.