Skip to content

Commit c6e551d

Browse files
authored
Merge pull request #6 from vcian/development
Change function type.
2 parents a46359d + 16a08c6 commit c6e551d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Services/RuleService.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,9 @@ public function checkRules($name, $type = null): array
145145
/**
146146
* Check rules for single table and check table exist or not
147147
* @param string $tableName
148-
* @return array
148+
* @return mixed
149149
*/
150-
public function tableRules($tableName): array
150+
public function tableRules($tableName): mixed
151151
{
152152
$checkTableStatus = Constant::ARRAY_DECLARATION;
153153
try {

0 commit comments

Comments
 (0)