mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-16 18:30:06 -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
|
<?php
|
||||||
enum DaysOfWeek: int
|
enum DaysOfWeek: int
|
||||||
{
|
{
|
||||||
case Sunday = 0;
|
case Sunday = 0;
|
||||||
case Monday = 1;
|
case Monday = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
class Foo {
|
class Foo {
|
||||||
public int $id;
|
public int $id;
|
||||||
public string $brand;
|
public string $brand;
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue