Completed
Push — master ( f93802...a3beff )
by Paweł
34:14
created
src/SWP/Bundle/CoreBundle/Model/Article.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
 use SWP\Component\Rule\Model\RuleSubjectInterface;
22 22
 use SWP\Component\Storage\Model\PersistableInterface;
23 23
 
24
-class Article extends BaseArticle implements PersistableInterface , TenantAwareInterface, RuleSubjectInterface, ListContentInterface
24
+class Article extends BaseArticle implements PersistableInterface, TenantAwareInterface, RuleSubjectInterface, ListContentInterface
25 25
 {
26 26
     use TenantAwareTrait;
27 27
 }
Please login to merge, or discard this patch.