File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
system/Commands/Utilities/Routes/AutoRouterImproved
tests/system/Database/Live/OCI8 Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ public function get(): array
99
99
*
100
100
* @return list<array<string, array|string>>
101
101
*/
102
- private function addFilters ($ routes )
102
+ private function addFilters (array $ routes ): array
103
103
{
104
104
$ filterCollector = new FilterCollector (true );
105
105
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ protected function setUp(): void
38
38
39
39
public function testCallPackageProcedure (): void
40
40
{
41
- $ result = 0 ;
41
+ $ result = ' 0 ' ;
42
42
43
43
$ this ->db ->storedProcedure ('calculator.plus ' , [
44
44
[
@@ -60,7 +60,7 @@ public function testCallPackageProcedure(): void
60
60
61
61
public function testCallStoredProcedure (): void
62
62
{
63
- $ result = 0 ;
63
+ $ result = ' 0 ' ;
64
64
65
65
$ this ->db ->storedProcedure ('plus ' , [
66
66
[
You can’t perform that action at this time.
0 commit comments