Passed
Push — master ( 8edb97...1c7f16 )
by Adam
02:10
created
src/IPub/DoctrineBlameable/DI/DoctrineBlameableExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -91,7 +91,7 @@
 block discarded – undo
91 91
 
92 92
 		$builder->addDefinition($this->prefix('subscriber'))
93 93
 			->setType(Events\BlameableSubscriber::class)
94
-			->setArguments([$userCallable instanceof DI\ServiceDefinition ? '@' . $userCallable->getType() : NULL]);
94
+			->setArguments([$userCallable instanceof DI\ServiceDefinition ? '@'.$userCallable->getType() : NULL]);
95 95
 	}
96 96
 
97 97
 	/**
Please login to merge, or discard this patch.