Skip to content

Commit 3256c81

Browse files
authored
Merge pull request #4 from freshbitsweb/analysis-zEv9RA
Apply fixes from StyleCI
2 parents 36db252 + b5af938 commit 3256c81

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/LogEnhancerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ public function it_adds_request_details_to_logs()
1919
// So, we cannot assert whether the processors are added by the package
2020
}
2121
}
22-
}
22+
}

tests/TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ protected function getEnvironmentSetUp($app)
2121
{
2222
$app['config']->set('logging.channels.stack.tap', [\Freshbitsweb\LaravelLogEnhancer\LogEnhancer::class]);
2323
}
24-
}
24+
}

0 commit comments

Comments
 (0)