Completed
Branch full-rewrite (c81f4f)
by Thibaud
02:42
created
src/Package/Resolver/ProtocolBasedIteratorResolver.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@  discard block
 block discarded – undo
21 21
 
22 22
     public function getFactory($protocol)
23 23
     {
24
-        if (! isset($this->factories[$protocol])) {
24
+        if (!isset($this->factories[$protocol])) {
25 25
             throw new \RuntimeException('Unsupported protocol: ' . $protocol);
26 26
         }
27 27
 
@@ -36,7 +36,7 @@  discard block
 block discarded – undo
36 36
 
37 37
         $iterator = $factory($container);
38 38
 
39
-        if (! $iterator) {
39
+        if (!$iterator) {
40 40
             throw new \RuntimeException('Unsupported protocol: ' . $protocol);
41 41
         }
42 42
 
Please login to merge, or discard this patch.