Passed
Branch master (9f0dc7)
by Robin
09:09 queued 06:26
created
src/service/Translation.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
 
36 36
     public function words($words = null)
37 37
     {
38
-        $words = $words ? VocabTerm::whereIn('term', (array) $words)->pluck('id')->toarray() : $words;
38
+        $words = $words ? VocabTerm::whereIn('term', (array)$words)->pluck('id')->toarray() : $words;
39 39
         $this->words = $words ?? ($this->words ?: VocabTerm::pluck('id')->toArray());
40 40
 
41 41
         return $this;
Please login to merge, or discard this patch.