Skip to content

Commit 3d7720c

Browse files
Grigorii DucaStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent de262de commit 3d7720c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/EntityModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public function save($entity)
4949
$record = get_object_vars($this);
5050
})->call($entity);
5151

52-
switch($this->getEntityState($entity)) {
52+
switch ($this->getEntityState($entity)) {
5353
case self::STATE_NEW:
5454
$this->insert($record);
5555

src/RowsTrait.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,8 +427,9 @@ public function save(array $values = [])
427427
}
428428

429429
/**
430-
* @return $this
431430
* @throws SqlException
431+
*
432+
* @return $this
432433
*/
433434
public function destroy()
434435
{

0 commit comments

Comments
 (0)