Passed
Pull Request — master (#150)
by
unknown
06:18
created
src/DynamoDbModel.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -128,7 +128,7 @@  discard block
 block discarded – undo
128 128
             return false;
129 129
         }
130 130
 
131
-        if ($create && $this->fireModelEvent('creating')  === false) {
131
+        if ($create && $this->fireModelEvent('creating') === false) {
132 132
             return false;
133 133
         }
134 134
 
@@ -163,7 +163,7 @@  discard block
 block discarded – undo
163 163
             return false;
164 164
         }
165 165
 
166
-        if ($create && $this->fireModelEvent('creating')  === false) {
166
+        if ($create && $this->fireModelEvent('creating') === false) {
167 167
             return false;
168 168
         }
169 169
 
@@ -236,7 +236,7 @@  discard block
 block discarded – undo
236 236
 
237 237
     public function refresh()
238 238
     {
239
-        if (! $this->exists) {
239
+        if (!$this->exists) {
240 240
             return $this;
241 241
         }
242 242
 
Please login to merge, or discard this patch.