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 @@ -1233,9 +1233,9 @@ abstract public function affectedRows(): int;
1233
1233
* Escapes data based on type.
1234
1234
* Sets boolean and null types
1235
1235
*
1236
- * @param mixed $str
1236
+ * @param array|bool|float|int|object|string|null $str
1237
1237
*
1238
- * @return mixed
1238
+ * @return array|float|int|string
1239
1239
*/
1240
1240
public function escape ($ str )
1241
1241
{
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 @@ -172,9 +172,9 @@ public function affectedRows(): int
172
172
*
173
173
* Escapes data based on type
174
174
*
175
- * @param mixed $str
175
+ * @param array|bool|float|int|object|string|null $str
176
176
*
177
- * @return mixed
177
+ * @return array|float|int|string
178
178
*/
179
179
public function escape ($ str )
180
180
{
You can’t perform that action at this time.
0 commit comments