File tree Expand file tree Collapse file tree 3 files changed +507
-482
lines changed
Expand file tree Collapse file tree 3 files changed +507
-482
lines changed Original file line number Diff line number Diff line change @@ -7,3 +7,6 @@ parameters:
77 identifier : method.unused
88 paths :
99 - src/Model/*
10+ excludePaths :
11+ - src/FormDataProcessor.php
12+
Original file line number Diff line number Diff line change @@ -24,42 +24,42 @@ public function getModelName(): string;
2424 /**
2525 * Array of property to type mappings. Used for (de)serialization
2626 *
27- * @return array
27+ * @return array<string, string>
2828 */
2929 public static function openAPITypes (): array ;
3030
3131 /**
3232 * Array of property to format mappings. Used for (de)serialization
3333 *
34- * @return array
34+ * @return array<string, string|null>
3535 */
3636 public static function openAPIFormats (): array ;
3737
3838 /**
3939 * Array of attributes where the key is the local name, and the value is the original name
4040 *
41- * @return array
41+ * @return array<string, string>
4242 */
4343 public static function attributeMap (): array ;
4444
4545 /**
4646 * Array of attributes to setter functions (for deserialization of responses)
4747 *
48- * @return array
48+ * @return array<string, string>
4949 */
5050 public static function setters (): array ;
5151
5252 /**
5353 * Array of attributes to getter functions (for serialization of requests)
5454 *
55- * @return array
55+ * @return array<string, string>
5656 */
5757 public static function getters (): array ;
5858
5959 /**
6060 * Show all the invalid properties with reasons.
6161 *
62- * @return array
62+ * @return array<string>
6363 */
6464 public function listInvalidProperties (): array ;
6565
You can’t perform that action at this time.
0 commit comments