Skip to content

Commit b8cc9fb

Browse files
committed
passing
1 parent d36849a commit b8cc9fb

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"nikic/php-parser": "^5.6.2",
2424
"ondram/ci-detector": "^4.2",
2525
"phpstan/phpdoc-parser": "^2.3",
26-
"phpstan/phpstan": "2.1.19 as 2.1.32",
26+
"phpstan/phpstan": "2.1.18 as 2.1.32",
2727
"react/event-loop": "^1.6",
2828
"react/promise": "^3.3",
2929
"react/socket": "^1.17",

tests/PhpParser/Printer/Fixture/some_array_map.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,4 @@
22

33
namespace Rector\Tests\PhpParser\Printer\Fixture;
44

5-
$result = array_map(
6-
array: [1, 2, 3],
7-
callback: fn (int $value) => $value
8-
);
5+
$result = array_map(array: [1, 2, 3], callback: fn(int $value) => $value);

0 commit comments

Comments
 (0)