Passed
Push — develop ( af516e...d6706d )
by nguereza
10:11 queued 08:20
created
src/Config.php 1 patch
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -56,8 +56,7 @@  discard block
 block discarded – undo
56 56
  * @template T
57 57
  * @implements ArrayAccess<string, mixed>
58 58
  */
59
-class Config implements ArrayAccess
60
-{
59
+class Config implements ArrayAccess {
61 60
     /**
62 61
      * The configuration loader to use
63 62
      * @var LoaderInterface
@@ -81,8 +80,7 @@  discard block
 block discarded – undo
81 80
      * @param LoaderInterface $loader the loader to use
82 81
      * @param string          $env    the name of the environment
83 82
      */
84
-    public function __construct(LoaderInterface $loader, string $env = '')
85
-    {
83
+    public function __construct(LoaderInterface $loader, string $env = '') {
86 84
         $this->loader = $loader;
87 85
         $this->env = $env;
88 86
     }
Please login to merge, or discard this patch.