@@ -7,8 +7,8 @@ |
||
| 7 | 7 | */ |
| 8 | 8 | class MovementTypeEnum extends iDokladAbstractEnum |
| 9 | 9 | { |
| 10 | - const ENTRY = 1; // příjem |
|
| 11 | - const ISSUE = -1; // výdaj |
|
| 10 | + const ENTRY = 1; // příjem |
|
| 11 | + const ISSUE = -1; // výdaj |
|
| 12 | 12 | |
| 13 | 13 | /** |
| 14 | 14 | * Příjem? |
@@ -93,7 +93,7 @@ |
||
| 93 | 93 | } |
| 94 | 94 | |
| 95 | 95 | /** |
| 96 | - * @param string|iDokladModelInterface $modelClass |
|
| 96 | + * @param string $modelClass |
|
| 97 | 97 | * @param ResponseInterface $response |
| 98 | 98 | * |
| 99 | 99 | * @throws \ReflectionException |