Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
  • Loading branch information
lstrojny committed Mar 6, 2021
1 parent 4e05041 commit ba0edbf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Functional/PartialAny.php
Expand Up @@ -38,8 +38,8 @@ function partial_any(callable $callback, ...$arguments)
};
}

/**
* @return resource
/**
* @return resource
* @no-named-arguments
*/
function …()
Expand All @@ -54,8 +54,8 @@ function …()
}


/**
* @return resource
/**
* @return resource
* @no-named-arguments
*/
function placeholder()
Expand Down

0 comments on commit ba0edbf

Please sign in to comment.