Update generated neovim config
This commit is contained in:
@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
class Foo
|
||||
{
|
||||
private string $_baz;
|
||||
|
||||
public string $baz {
|
||||
&get => $this->_baz;
|
||||
set {
|
||||
$this->_baz = strtoupper($value);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user