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
9999 *
100100 * @return list<array<string, array|string>>
101101 */
102- private function addFilters ($ routes )
102+ private function addFilters (array $ routes ): array
103103 {
104104 $ filterCollector = new FilterCollector (true );
105105
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ protected function setUp(): void
3838
3939 public function testCallPackageProcedure (): void
4040 {
41- $ result = 0 ;
41+ $ result = ' 0 ' ;
4242
4343 $ this ->db ->storedProcedure ('calculator.plus ' , [
4444 [
@@ -60,7 +60,7 @@ public function testCallPackageProcedure(): void
6060
6161 public function testCallStoredProcedure (): void
6262 {
63- $ result = 0 ;
63+ $ result = ' 0 ' ;
6464
6565 $ this ->db ->storedProcedure ('plus ' , [
6666 [
You can’t perform that action at this time.
0 commit comments