Skip to content

Commit

Permalink
Remove useless doc-blocks
Browse files Browse the repository at this point in the history
Signed-off-by: George Steel <[email protected]>
  • Loading branch information
gsteel committed Oct 29, 2024
1 parent 505aad6 commit c8d3f85
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
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 c8d3f85

Please sign in to comment.