Passed
Push — master ( 0fa176...84c7c4 )
by y
01:48
created
src/DB/Junction.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -119,7 +119,7 @@
 block discarded – undo
119 119
      */
120 120
     public function link(array $ids): int
121 121
     {
122
-        $statement = $this->cache(__FUNCTION__, function () {
122
+        $statement = $this->cache(__FUNCTION__, function() {
123 123
             $columns = implode(',', array_keys($this->columns));
124 124
             $slots = implode(',', $this->db->slots(array_keys($this->columns)));
125 125
             if ($this->db->isSQLite()) {
Please login to merge, or discard this patch.