From 98af2315b83a96ea89f7844e98eea70dca9bb014 Mon Sep 17 00:00:00 2001 From: Vinicius Reis Date: Mon, 23 May 2016 12:58:05 -0400 Subject: [PATCH] Applied fixes from StyleCI --- tests/ShieldServiceProviderTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ShieldServiceProviderTest.php b/tests/ShieldServiceProviderTest.php index 0256578..aec070c 100644 --- a/tests/ShieldServiceProviderTest.php +++ b/tests/ShieldServiceProviderTest.php @@ -29,7 +29,7 @@ public function bindsListProvider() [ \Artesaos\Shield\Contracts\Manager::class, \Artesaos\Shield\Manager::class, - ],[ + ], [ \Artesaos\Shield\Manager::class, \Artesaos\Shield\Contracts\Manager::class, ],