Passed
Pull Request — master (#143)
by Dmitriy
12:06
created
src/Container.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -127,7 +127,7 @@
 block discarded – undo
127 127
     private function setMultiple(array $config): void
128 128
     {
129 129
         foreach ($config as $id => $definition) {
130
-            $this->set((string)$id, $definition);
130
+            $this->set((string) $id, $definition);
131 131
         }
132 132
     }
133 133
 
Please login to merge, or discard this patch.
src/Contracts/DeferredServiceProviderInterface.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
 interface DeferredServiceProviderInterface extends ServiceProviderInterface
12 12
 {
13 13
     /**
14
-      * @return string[] a list of IDs of services provided
15
-      */
14
+     * @return string[] a list of IDs of services provided
15
+     */
16 16
     public function provides(): array;
17 17
 }
Please login to merge, or discard this patch.