@@ -71,7 +71,7 @@ discard block |
||
| 71 | 71 | ->then |
| 72 | 72 | ->object($this->testedInstance->get('/not-json')) |
| 73 | 73 | ->isInstanceOf('\GuzzleHttp\Psr7\Response') |
| 74 | - ; |
|
| 74 | + ; |
|
| 75 | 75 | } |
| 76 | 76 | |
| 77 | 77 | /** |
@@ -110,7 +110,7 @@ discard block |
||
| 110 | 110 | ->isInstanceOf('Mapado\RestClientSdk\Exception\RestException') |
| 111 | 111 | ->hasMessage('Error while deleting resource') |
| 112 | 112 | ->hasCode(2) |
| 113 | - ; |
|
| 113 | + ; |
|
| 114 | 114 | } |
| 115 | 115 | |
| 116 | 116 | /** |
@@ -33,13 +33,13 @@ |
||
| 33 | 33 | } |
| 34 | 34 | |
| 35 | 35 | /** |
| 36 | - * convertId |
|
| 37 | - * |
|
| 38 | - * @param string $id |
|
| 39 | - * @param string $modelName |
|
| 40 | - * @access public |
|
| 41 | - * @return string |
|
| 42 | - */ |
|
| 36 | + * convertId |
|
| 37 | + * |
|
| 38 | + * @param string $id |
|
| 39 | + * @param string $modelName |
|
| 40 | + * @access public |
|
| 41 | + * @return string |
|
| 42 | + */ |
|
| 43 | 43 | public function convertId($id, $modelName) |
| 44 | 44 | { |
| 45 | 45 | // add slash if needed to have a valid hydra id |