Passed
Push — master ( 49e809...f6f002 )
by Roeland
14:50
created
lib/private/Files/ObjectStore/S3ObjectTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@
 block discarded – undo
77 77
 	 */
78 78
 	function writeObject($urn, $stream) {
79 79
 		$count = 0;
80
-		$countStream = CallbackWrapper::wrap($stream, function ($read) use (&$count) {
80
+		$countStream = CallbackWrapper::wrap($stream, function($read) use (&$count) {
81 81
 			$count += $read;
82 82
 		});
83 83
 
Please login to merge, or discard this patch.