Skip to content

Commit a0aacc7

Browse files
committed
docs: fix style
1 parent e5721a4 commit a0aacc7

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

system/Database/BaseBuilder.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1319,11 +1319,11 @@ protected function _like($field, string $match = '', string $type = 'AND ', stri
13191319
/**
13201320
* Platform independent LIKE statement builder.
13211321
*
1322-
* @param string|null $prefix
1323-
* @param string $column
1324-
* @param string|null $not
1325-
* @param string $bind
1326-
* @param boolean $insensitiveSearch
1322+
* @param string|null $prefix
1323+
* @param string $column
1324+
* @param string|null $not
1325+
* @param string $bind
1326+
* @param boolean $insensitiveSearch
13271327
*
13281328
* @return string $like_statement
13291329
*/

0 commit comments

Comments
 (0)