Skip to content

Commit ce330cb

Browse files
committed
signed commit
1 parent f94410b commit ce330cb

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

system/Config/BaseService.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@ public static function locator(bool $getShared = true)
304304
* Provides the ability to perform case-insensitive calling of service
305305
* names.
306306
*
307+
* @param array<int,mixed> $arguments
307308
* @return object|null
308309
*/
309310
public static function __callStatic(string $name, array $arguments)

utils/phpstan-baseline/missingType.iterableValue.neon

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -317,11 +317,6 @@ parameters:
317317
count: 1
318318
path: ../../system/Config/BaseService.php
319319

320-
-
321-
message: '#^Method CodeIgniter\\Config\\BaseService\:\:__callStatic\(\) has parameter \$arguments with no value type specified in iterable type array\.$#'
322-
count: 1
323-
path: ../../system/Config/BaseService.php
324-
325320
-
326321
message: '#^Method CodeIgniter\\Config\\BaseService\:\:getSharedInstance\(\) has parameter \$params with no value type specified in iterable type array\.$#'
327322
count: 1

0 commit comments

Comments
 (0)