Skip to content
This repository was archived by the owner on Jul 8, 2023. It is now read-only.

Commit a014b26

Browse files
committed
PHP syntax highlighting in readme. [ci skip]
1 parent 8316b1e commit a014b26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Elements in sequences can be anything. By default, sequence members are compared
4242
using the `===` operator. To customize this comparison, simply construct the
4343
solver with a custom comparator, like so:
4444

45-
```
45+
```php
4646
use Eloquent\Lcs\LcsSolver;
4747

4848
$solver = new LcsSolver(

0 commit comments

Comments
 (0)