php cs fixer
This commit is contained in:
parent
26abaeb739
commit
189493b045
17 changed files with 44 additions and 43 deletions
|
|
@ -29,7 +29,7 @@ class FakeTextRepository implements TextRepository
|
|||
{
|
||||
$text = array_find(
|
||||
$this->existingTexts,
|
||||
function (Text $text) use ($id){
|
||||
function (Text $text) use ($id) {
|
||||
return $text->getId() === $id;
|
||||
}
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue