Passed
Branch release/1.5.0 (9f153c)
by vincent
02:28
created
src/Results/TVEpisode.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
 
56 56
     public function getCrew()
57 57
     {
58
-        if ( ! empty($this->data->crew))
58
+        if (!empty($this->data->crew))
59 59
         {
60 60
             foreach ($this->data->crew as $crew)
61 61
             {
Please login to merge, or discard this patch.