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 fefcbf4 commit 910f10aCopy full SHA for 910f10a
src/StaticPHP/Doctor/Item/OSCheck.php
@@ -10,7 +10,7 @@
10
11
class OSCheck
12
{
13
- #[CheckItem('if current OS are supported', level: 1000)]
+ #[CheckItem('if current OS is supported', level: 1000)]
14
public function checkOS(): ?CheckResult
15
16
if (!in_array(PHP_OS_FAMILY, ['Darwin', 'Linux', 'Windows'])) {
0 commit comments