Passed
Push — 16.x ( 604de8...21e91e )
by
unknown
03:18
created
src/Callbacks/SelectCallback.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,6 +42,6 @@
 block discarded – undo
42 42
      */
43 43
     protected function getUniqueIdentifier()
44 44
     {
45
-        return $this->getValue(ColumnKeys::EMAIL).'-'.$this->getValue(ColumnKeys::WEBSITE);
45
+        return $this->getValue(ColumnKeys::EMAIL) . '-' . $this->getValue(ColumnKeys::WEBSITE);
46 46
     }
47 47
 }
Please login to merge, or discard this patch.
src/Callbacks/MultiselectCallback.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,6 +42,6 @@
 block discarded – undo
42 42
      */
43 43
     protected function getUniqueIdentifier()
44 44
     {
45
-        return $this->getValue(ColumnKeys::EMAIL).'-'.$this->getValue(ColumnKeys::WEBSITE);
45
+        return $this->getValue(ColumnKeys::EMAIL) . '-' . $this->getValue(ColumnKeys::WEBSITE);
46 46
     }
47 47
 }
Please login to merge, or discard this patch.
src/Callbacks/BooleanCallback.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,6 +42,6 @@
 block discarded – undo
42 42
      */
43 43
     protected function getUniqueIdentifier()
44 44
     {
45
-        return $this->getValue(ColumnKeys::EMAIL).'-'.$this->getValue(ColumnKeys::WEBSITE);
45
+        return $this->getValue(ColumnKeys::EMAIL) . '-' . $this->getValue(ColumnKeys::WEBSITE);
46 46
     }
47 47
 }
Please login to merge, or discard this patch.