We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41d1772 commit d098409Copy full SHA for d098409
tests/ExampleTest.php
@@ -5,6 +5,6 @@ class ExampleTest extends TestCase
5
/** @test */
6
public function it_calculates_2_on_2()
7
{
8
- $this->assertEquals(4, 2*2);
+ $this->assertEquals(4, 2 * 2);
9
}
10
0 commit comments