Skip to content

Commit eeff6e2

Browse files
committed
Fix typo
1 parent 90b818a commit eeff6e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ use Einenlum\PhpStackDetector\StackType;
2929
$detector = Detector::create();
3030
$stack = $detector->getStack('/path/to/a/symfony/directory');
3131

32-
$stack->type === StackType===SYMFONY;
32+
$stack->type === StackType::SYMFONY;
3333
$stack->version; // 5.4
3434

3535
$stack = $detector->getStack('/path/to/an/unknown/symfony/version/directory');
36-
$stack->type === StackType===SYMFONY;
36+
$stack->type === StackType::SYMFONY;
3737
$stack->version; // null
3838

3939
$stack = $detector->getStack('/path/to/an/unknown/stack/directory');

0 commit comments

Comments
 (0)