We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 04d3bbe + 7c87d7a commit f1f3874Copy full SHA for f1f3874
1 file changed
Classes/Domain/Factory/DocumentFactory.php
@@ -37,7 +37,7 @@ class DocumentFactory
37
* @return Model\Document
38
* @throws DocumentPropertiesMismatchException
39
*/
40
- public function createFromResponse(Model\AbstractType $type, $id = null, Response $response)
+ public function createFromResponse(Model\AbstractType $type, $id, Response $response)
41
{
42
$content = $response->getTreatedContent();
43
0 commit comments