Skip to content

Commit

Permalink
Resolve docblock issues
Browse files Browse the repository at this point in the history
  • Loading branch information
borkweb committed Nov 14, 2023
1 parent bb28ce9 commit fe0a4ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ parameters:
inferPrivatePropertyTypeFromConstructor: true
reportUnmatchedIgnoredErrors: false
checkGenericClassInNonGenericObjectType: false
treatPhpDocTypesAsCertain: false

# Paths to be analyzed.
paths:
Expand Down
2 changes: 1 addition & 1 deletion src/Arrays/Arr.php
Original file line number Diff line number Diff line change
Expand Up @@ -1149,7 +1149,7 @@ public static function shuffle( $array, $seed = null ) {
*
* @param array $array Array to sort.
*
* @return int
* @return array
*/
public static function sort_by_priority( $array ): array {
if ( ! is_array( $array ) ) {
Expand Down

0 comments on commit fe0a4ce

Please sign in to comment.