@@ -64,6 +64,6 @@ |
||
| 64 | 64 | $value = null; |
| 65 | 65 | } |
| 66 | 66 | |
| 67 | - assert($value ===$this->responseValue, "[$value] compared to [$this->responseValue]"); |
|
| 67 | + assert($value === $this->responseValue, "[$value] compared to [$this->responseValue]"); |
|
| 68 | 68 | } |
| 69 | 69 | } |
@@ -39,7 +39,7 @@ |
||
| 39 | 39 | public function save(Setting $setting) |
| 40 | 40 | { |
| 41 | 41 | $this->entityManager->transactional( |
| 42 | - function () use ($setting){ |
|
| 42 | + function() use ($setting){ |
|
| 43 | 43 | $this->entityManager->persist($setting); |
| 44 | 44 | $this->entityManager->flush(); |
| 45 | 45 | } |