Passed
Branch master (83f1cc)
by Anatoly
02:20 queued 36s
created
src/RequestFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
 	 */
34 34
 	public function createRequest(string $method, $uri) : RequestInterface
35 35
 	{
36
-		if (! ($uri instanceof UriInterface))
36
+		if (!($uri instanceof UriInterface))
37 37
 		{
38 38
 			$uri = (new UriFactory)
39 39
 			->createUri($uri);
Please login to merge, or discard this patch.