summaryrefslogtreecommitdiff
path: root/tests/Unit/ServiceProviderTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Unit/ServiceProviderTest.php')
-rw-r--r--tests/Unit/ServiceProviderTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Unit/ServiceProviderTest.php b/tests/Unit/ServiceProviderTest.php
index 27929fc7..bf9f5e3f 100644
--- a/tests/Unit/ServiceProviderTest.php
+++ b/tests/Unit/ServiceProviderTest.php
@@ -13,7 +13,6 @@ abstract class ServiceProviderTest extends TestCase
*/
protected function getApp($methods = ['make', 'instance'])
{
- /** @var Application|MockObject $app */
return $this->getMockBuilder(Application::class)
->setMethods($methods)
->getMock();