We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e1c16a commit c2160faCopy full SHA for c2160fa
1 file changed
environment-guard.php
@@ -12,7 +12,7 @@
12
*/
13
14
( static function (): void {
15
- $problems = array();
+ $problems2 = array();
16
17
if ( PHP_VERSION_ID < 80300 ) {
18
$problems[] = 'PHP 8.3 or newer is required (running ' . PHP_VERSION . ').';
0 commit comments