mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(php): correct line endings
This commit is contained in:
parent
7a38515741
commit
f649c2ff75
1 changed files with 12 additions and 12 deletions
|
|
@ -1,12 +1,12 @@
|
|||
<?php
|
||||
enum DaysOfWeek: int
|
||||
{
|
||||
case Sunday = 0;
|
||||
case Monday = 1;
|
||||
}
|
||||
|
||||
class Foo {
|
||||
public int $id;
|
||||
public string $brand;
|
||||
}
|
||||
?>
|
||||
<?php
|
||||
enum DaysOfWeek: int
|
||||
{
|
||||
case Sunday = 0;
|
||||
case Monday = 1;
|
||||
}
|
||||
|
||||
class Foo {
|
||||
public int $id;
|
||||
public string $brand;
|
||||
}
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue