Passed
Push — develop ( dde0ba...cb4af5 )
by Stone
04:20
created
src/Controller/Trick/Admin/EditTrickController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
      */
45 45
     private $tagSerializer;
46 46
 
47
-    public function __construct(EventDispatcherInterface $dispatcher, TrickHistory $trickHistory, TagRepository $tagRepository, TagSerializer $tagSerializer )
47
+    public function __construct(EventDispatcherInterface $dispatcher, TrickHistory $trickHistory, TagRepository $tagRepository, TagSerializer $tagSerializer)
48 48
     {
49 49
         $this->dispatcher = $dispatcher;
50 50
         $this->trickHistory = $trickHistory;
Please login to merge, or discard this patch.
src/Entity/Trick.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -176,7 +176,7 @@
 block discarded – undo
176 176
         return $this->tags;
177 177
     }
178 178
 
179
-    public function getTagsJson(){
179
+    public function getTagsJson() {
180 180
 
181 181
         $tagSerializer = new TagSerializer();
182 182
         return $tagSerializer->trickTagsJson($this);
Please login to merge, or discard this patch.