Passed
Pull Request — master (#7)
by
unknown
02:40
created
src/Criteria.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
     public function setName($name)
27 27
     {
28 28
         if (! $name) {
29
-             $name = $this->dictionary->getName() . '_' . $this->occurrence->getName();
29
+                $name = $this->dictionary->getName() . '_' . $this->occurrence->getName();
30 30
         }
31 31
 
32 32
         return $this->name = $name;
Please login to merge, or discard this patch.