Passed
Push — master ( 8e81b3...7b641e )
by Dev
11:08
created
src/Entity/MediaTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -103,7 +103,7 @@
 block discarded – undo
103 103
 
104 104
     public function setSlug($slug, $force = false)
105 105
     {
106
-        if ($force===true) {
106
+        if ($force === true) {
107 107
             $this->slug = $slug;
108 108
         return $this;
109 109
         }
Please login to merge, or discard this patch.