File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -1604,7 +1604,7 @@ abstract public function insertID();
1604
1604
/**
1605
1605
* Generates the SQL for listing tables in a platform-dependent manner.
1606
1606
*
1607
- * @param null| string $tableName If $tableName is provided will return only this table if exists.
1607
+ * @param string|null $tableName If $tableName is provided will return only this table if exists.
1608
1608
*
1609
1609
* @return false|string
1610
1610
*/
Original file line number Diff line number Diff line change @@ -369,7 +369,7 @@ public function escapeLikeStringDirect($str)
369
369
* Generates the SQL for listing tables in a platform-dependent manner.
370
370
* Uses escapeLikeStringDirect().
371
371
*
372
- * @param null| string $tableName If $tableName is provided will return only this table if exists.
372
+ * @param string|null $tableName If $tableName is provided will return only this table if exists.
373
373
*/
374
374
protected function _listTables (bool $ prefixLimit = false , ?string $ tableName = null ): string
375
375
{
Original file line number Diff line number Diff line change @@ -243,7 +243,7 @@ public function affectedRows(): int
243
243
/**
244
244
* Generates the SQL for listing tables in a platform-dependent manner.
245
245
*
246
- * @param null| string $tableName If $tableName is provided will return only this table if exists.
246
+ * @param string|null $tableName If $tableName is provided will return only this table if exists.
247
247
*/
248
248
protected function _listTables (bool $ prefixLimit = false , ?string $ tableName = null ): string
249
249
{
Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ protected function _escapeString(string $str): string
205
205
/**
206
206
* Generates the SQL for listing tables in a platform-dependent manner.
207
207
*
208
- * @param null| string $tableName If $tableName is provided will return only this table if exists.
208
+ * @param string|null $tableName If $tableName is provided will return only this table if exists.
209
209
*/
210
210
protected function _listTables (bool $ prefixLimit = false , ?string $ tableName = null ): string
211
211
{
Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ public function insertID(): int
184
184
/**
185
185
* Generates the SQL for listing tables in a platform-dependent manner.
186
186
*
187
- * @param null| string $tableName If $tableName is provided will return only this table if exists.
187
+ * @param string|null $tableName If $tableName is provided will return only this table if exists.
188
188
*/
189
189
protected function _listTables (bool $ prefixLimit = false , ?string $ tableName = null ): string
190
190
{
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ protected function _escapeString(string $str): string
161
161
/**
162
162
* Generates the SQL for listing tables in a platform-dependent manner.
163
163
*
164
- * @param null| string $tableName If $tableName is provided will return only this table if exists.
164
+ * @param string|null $tableName If $tableName is provided will return only this table if exists.
165
165
*/
166
166
protected function _listTables (bool $ prefixLimit = false , ?string $ tableName = null ): string
167
167
{
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ public function insertID(): int
180
180
/**
181
181
* Generates the SQL for listing tables in a platform-dependent manner.
182
182
*
183
- * @param null| string $tableName If $tableName is provided will return only this table if exists.
183
+ * @param string|null $tableName If $tableName is provided will return only this table if exists.
184
184
*/
185
185
protected function _listTables (bool $ constrainByPrefix = false , ?string $ tableName = null ): string
186
186
{
You can’t perform that action at this time.
0 commit comments