Passed
Push — main ( 5fcbd4...0aa384 )
by smiley
01:42
created
src/Psr18/HTTPClientAbstract.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
 	protected HTTPOptions|SettingsContainerInterface $options;
23 23
 	protected LoggerInterface                        $logger;
24 24
 	protected ResponseFactoryInterface               $responseFactory;
25
-	protected ?StreamFactoryInterface                $streamFactory   = null;
25
+	protected ?StreamFactoryInterface                $streamFactory = null;
26 26
 
27 27
 	/**
28 28
 	 * HTTPClientAbstract constructor.
Please login to merge, or discard this patch.