File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1231,9 +1231,9 @@ abstract public function affectedRows(): int;
1231
1231
* Escapes data based on type.
1232
1232
* Sets boolean and null types
1233
1233
*
1234
- * @param mixed $str
1234
+ * @param array|bool|float|int|object|string|null $str
1235
1235
*
1236
- * @return mixed
1236
+ * @return array|float|int|string
1237
1237
*/
1238
1238
public function escape ($ str )
1239
1239
{
Original file line number Diff line number Diff line change @@ -131,9 +131,9 @@ public function getLastQuery();
131
131
* Escapes data based on type.
132
132
* Sets boolean and null types.
133
133
*
134
- * @param mixed $str
134
+ * @param array|bool|float|int|object|string|null $str
135
135
*
136
- * @return mixed
136
+ * @return array|float|int|string
137
137
*/
138
138
public function escape ($ str );
139
139
Original file line number Diff line number Diff line change @@ -169,9 +169,9 @@ public function affectedRows(): int
169
169
*
170
170
* Escapes data based on type
171
171
*
172
- * @param mixed $str
172
+ * @param array|bool|float|int|object|string|null $str
173
173
*
174
- * @return mixed
174
+ * @return array|float|int|string
175
175
*/
176
176
public function escape ($ str )
177
177
{
You can’t perform that action at this time.
0 commit comments