Passed
Push — main ( 0a94ad...30f64e )
by smiley
09:47
created
src/Psr7/Stream.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -117,7 +117,7 @@
 block discarded – undo
117 117
 	/**
118 118
 	 * @inheritDoc
119 119
 	 */
120
-	public function getSize():?int{
120
+	public function getSize(): ?int{
121 121
 
122 122
 		if(!is_resource($this->stream)){
123 123
 			return null;
Please login to merge, or discard this patch.