Skip to content

Commit 0267941

Browse files
committed
refactor: update mago.toml by refining paths and fix missing newline in configuration files
1 parent 0910b8c commit 0267941

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

mago.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
php-version = "8.2"
44

55
[source]
6-
paths = ["src/", "tests/"]
6+
paths = ["src/"]
77
includes = ["vendor"]
88
excludes = []
99

src/DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ public function getConfigTreeBuilder(): TreeBuilder
5959

6060
return $treeBuilder;
6161
}
62-
}
62+
}

src/DependencyInjection/HeimrichHannotFlareExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,4 @@ public function prepend(ContainerBuilder $container): void
104104
$loader = new YamlFileLoader($container, new FileLocator(\dirname(__DIR__) . '/../config'));
105105
$loader->load('config.yaml');
106106
}
107-
}
107+
}

0 commit comments

Comments
 (0)