Skip to content

Commit

Permalink
Merge pull request #120 from laminas/renovate/major-laminas
Browse files Browse the repository at this point in the history
Update dependency laminas/laminas-coding-standard to v3
  • Loading branch information
gsteel authored Oct 29, 2024
2 parents 803ec65 + c8d3f85 commit 8974a12
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 55 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0"
},
"require-dev": {
"laminas/laminas-coding-standard": "^2.5",
"laminas/laminas-coding-standard": "^3.0",
"phpbench/phpbench": "^1.3.1",
"phpunit/phpunit": "^10.5.38",
"psalm/plugin-phpunit": "^0.19.0",
Expand Down
107 changes: 57 additions & 50 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions src/ArrayUtils.php
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ public static function isHashTable(mixed $value, $allowEmpty = false)
*
* @deprecated This method will be removed in version 4.0 of this component
*
* @param array $haystack
* @param int|bool $strict
* @return bool
*/
Expand Down Expand Up @@ -285,8 +284,6 @@ public static function iteratorToArray($iterator, $recursive = true)
* from the second array will be appended to the first array. If both values are arrays, they
* are merged together, else the value of the second array overwrites the one of the first array.
*
* @param array $a
* @param array $b
* @param bool $preserveNumericKeys
* @return array
*/
Expand Down
1 change: 0 additions & 1 deletion test/TestAsset/ArraySerializable.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ public function __construct()
/**
* Exchange internal values from provided array
*
* @param array $array
* @return void
*/
public function exchangeArray(array $array)
Expand Down

0 comments on commit 8974a12

Please sign in to comment.