Passed
Push — master ( aa34fb...e6b990 )
by Derek Stephen
02:45
created
src/BoneUserPackage.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -42,8 +42,8 @@
 block discarded – undo
42 42
 use Laminas\I18n\Translator\Translator;
43 43
 
44 44
 class BoneUserPackage implements RegistrationInterface, RouterConfigInterface, I18nRegistrationInterface,
45
-                                 AssetRegistrationInterface, ViewRegistrationInterface, CommandRegistrationInterface,
46
-                                 FixtureProviderInterface
45
+                                    AssetRegistrationInterface, ViewRegistrationInterface, CommandRegistrationInterface,
46
+                                    FixtureProviderInterface
47 47
 {
48 48
     public function addToContainer(Container $c)
49 49
     {
Please login to merge, or discard this patch.