Skip to content

Commit 910f10a

Browse files
committed
Typo
1 parent fefcbf4 commit 910f10a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/StaticPHP/Doctor/Item/OSCheck.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
class OSCheck
1212
{
13-
#[CheckItem('if current OS are supported', level: 1000)]
13+
#[CheckItem('if current OS is supported', level: 1000)]
1414
public function checkOS(): ?CheckResult
1515
{
1616
if (!in_array(PHP_OS_FAMILY, ['Darwin', 'Linux', 'Windows'])) {

0 commit comments

Comments
 (0)