Skip to content

Commit 7a7cf6c

Browse files
authored
Merge pull request #78 from ADmad/maintenance
Maintenance
2 parents 3de663f + 6643eba commit 7a7cf6c

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"cakephp/cakephp": "^5.0"
2727
},
2828
"require-dev": {
29-
"phpunit/phpunit": "^10.1 || ^11.0"
29+
"phpunit/phpunit": "^10.5.58 || ^11.5.3 || ^12.4"
3030
},
3131
"autoload": {
3232
"psr-4": {

phpcs.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?xml version="1.0"?>
2+
<ruleset name="cakehp-i18n">
3+
<rule ref="CakePHP"/>
4+
5+
<file>src/</file>
6+
<file>tests/</file>
7+
</ruleset>

src/Command/I18nExtractCommand.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,6 @@ public function execute(Arguments $args, ConsoleIo $io): ?int
9999
}
100100

101101
if ($args->hasOption('exclude-plugins') && $this->_isExtractingApp()) {
102-
/**
103-
* @phpstan-ignore-next-line
104-
* @psalm-suppress PropertyTypeCoercion
105-
*/
106102
$this->_exclude = array_merge($this->_exclude, App::path('plugins'));
107103
}
108104

0 commit comments

Comments
 (0)