File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
.openapi-generator/templates Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 22
33/**
44 * ApiClient
5- * PHP version 7.4 +
5+ * PHP version 8.1 +
66 *
77 * @category Class
88 * @package { {invokerPackage} }
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ class ApiException extends Exception
5050 *
5151 * @var \stdClass|string|null
5252 */
53- protected $responseObject ;
53+ protected /* null|\stdClass|string|ModelInterface */ mixed $responseObject ;
5454
5555 /**
5656 * Constructor
Original file line number Diff line number Diff line change @@ -57,8 +57,11 @@ class ApiException extends \Exception
5757
5858 /**
5959 * The deserialized response object.
60+ *
61+ * @var null|\stdClass|string
6062 */
61- protected null |\stdClass |string $ responseObject ;
63+ /* null|\stdClass|string|ModelInterface */
64+ protected mixed $ responseObject ;
6265
6366 /**
6467 * Constructor.
You can’t perform that action at this time.
0 commit comments