This commit is contained in:
Guilhem Niot 2020-12-10 22:30:50 +01:00
parent 6d995a6e03
commit 0a3785fd26
4 changed files with 6 additions and 4 deletions

View File

@ -18,5 +18,7 @@ class Bar
{
public $things;
public function addThing(array $thing) { }
public function addThing(array $thing)
{
}
}