Skip to content

Commit c8e9d27

Browse files
committed
Cleanups
1 parent 2e56743 commit c8e9d27

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"php": "^7.2 || ^8.0"
2121
},
2222
"require-dev": {
23-
"symfony/phpunit-bridge": "^4.2 || ^5",
23+
"symfony/phpunit-bridge": "^5",
2424
"phpstan/phpstan": "^1.3",
2525
"phpstan/phpstan-strict-rules": "^1.1"
2626
},

src/Preg.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,6 @@ public static function replaceCallback($pattern, callable $replacement, $subject
155155
}
156156

157157
/**
158-
* Available from PHP 7.0
159-
*
160158
* @param array<string, callable> $pattern
161159
* @param string $subject
162160
* @param int $count Set by method

src/Regex.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,6 @@ public static function replaceCallback($pattern, callable $replacement, $subject
105105
}
106106

107107
/**
108-
* Available from PHP 7.0
109-
*
110108
* @param array<string, callable> $pattern
111109
* @param string $subject
112110
* @param int $flags PREG_OFFSET_CAPTURE or PREG_UNMATCHED_AS_NULL, only available on PHP 7.4+

0 commit comments

Comments
 (0)