Passed
Branch master (7defba)
by Dmitry
03:27
created
Category
docs/en/examples/tests/IncomeCalculatorTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
         $I = $this->tester;
27 27
         $I->describe('income tax calculations');
28 28
 
29
-        $I->verifyThat('income calculator honors tax rules for different ranges of income', function (TestGuy $I) use ($service) {
29
+        $I->verifyThat('income calculator honors tax rules for different ranges of income', function(TestGuy $I) use ($service) {
30 30
             $I->lookAt('income tax');
31 31
 
32 32
             $I->expectThat('for income less that 50 000 calculator use 10% tax rule');
Please login to merge, or discard this patch.