Completed
Push — master ( 5862b1...135101 )
by Tom
21s
created
src/ApplicationConfig.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -31,8 +31,8 @@
 block discarded – undo
31 31
      * @throws InvalidArgumentException
32 32
      */
33 33
     public function __construct(/**
34
-         * @var array<int|string,mixed>
35
-         */
34
+     * @var array<int|string,mixed>
35
+     */
36 36
         private array $config,
37 37
         string $separator = '.'
38 38
     ) {
Please login to merge, or discard this patch.
src/League/ApplicationConfigServiceProvider.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -25,8 +25,8 @@
 block discarded – undo
25 25
      * @throws InvalidArgumentException
26 26
      */
27 27
     public function __construct(/**
28
-         * @var ApplicationConfig<int|string,mixed>
29
-         */
28
+     * @var ApplicationConfig<int|string,mixed>
29
+     */
30 30
         private readonly ApplicationConfig $applicationConfig,
31 31
         string $prefix
32 32
     ) {
Please login to merge, or discard this patch.