Skip to content

Commit 3303f48

Browse files
committed
fixup! fixup! fixup! fixup! fix neeeded typo
1 parent 12e1041 commit 3303f48

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/Issues/PropertyPromoNeverReturn/Fixture/fixture.php.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class Fixture
1313

1414
$this->rules = [
1515
'chave' => function ($value) {
16-
return is_string($value) ? true : 'this one is string';
16+
return is_string($value) ? true : 'not string';
1717
},
1818
];
1919
}
@@ -33,7 +33,7 @@ class Fixture
3333
{
3434
$this->rules = [
3535
'chave' => function ($value) {
36-
return is_string($value) ? true : 'this one is string';
36+
return is_string($value) ? true : 'not string';
3737
},
3838
];
3939
}

0 commit comments

Comments
 (0)