@@ -33,10 +33,10 @@ |
||
| 33 | 33 | |
| 34 | 34 | if ($categoryEntity == null) { |
| 35 | 35 | throw new InvalidArgumentException( |
| 36 | - 'Category with id: ' . |
|
| 37 | - $questionEntity->getCategoryEntity()->getId() . |
|
| 38 | - ' and name: ' . |
|
| 39 | - $questionEntity->getCategoryEntity()->getName() . |
|
| 36 | + 'Category with id: '. |
|
| 37 | + $questionEntity->getCategoryEntity()->getId(). |
|
| 38 | + ' and name: '. |
|
| 39 | + $questionEntity->getCategoryEntity()->getName(). |
|
| 40 | 40 | ' not found.' |
| 41 | 41 | ); |
| 42 | 42 | } |