Skip to content

Commit b1e02e0

Browse files
Apply fixes from StyleCI (#35)
1 parent ec2880c commit b1e02e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/PresenterTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,8 @@ public function fullName()
210210
}
211211
};
212212

213-
$presenter = new class($notAModel) extends Presenter {};
213+
$presenter = new class($notAModel) extends Presenter {
214+
};
214215

215216
$this->assertEquals('david', $presenter->name);
216217
$this->assertEquals('David Hemphill', $presenter->fullName());

0 commit comments

Comments
 (0)