We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c851ed1 commit fe15a0dCopy full SHA for fe15a0d
src/Environment.php
@@ -43,7 +43,7 @@ public static function isLinux()
43
*/
44
public static function isArm()
45
{
46
- return strpos(strtolower(php_uname("m"), "arm")) === 0;
+ return strpos(strtolower(php_uname("m")), "arm") === 0;
47
}
48
49
/**
0 commit comments