Test Failed
Push — feature/fixed-types ( 84e04f )
by yuuki
10:32 queued 09:47
created
src/FluentLogManager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -137,7 +137,7 @@
 block discarded – undo
137 137
      * @return PackerInterface|null
138 138
      * @throws BindingResolutionException
139 139
      */
140
-    protected function detectPacker(array $configure): PackerInterface|null
140
+    protected function detectPacker(array $configure): PackerInterface | null
141 141
     {
142 142
         if (!is_null($configure['packer']) && class_exists($configure['packer'])) {
143 143
             // @phpstan-ignore-next-line
Please login to merge, or discard this patch.