Skip to content

Commit

Permalink
Apply fixes from StyleCI (#27)
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]
  • Loading branch information
imanghafoori1 authored May 6, 2024
1 parent 3a054c5 commit c724d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Decorator.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ private function normalizeMethod($callback)
* @param $callable
* @param array $decorators
* @return mixed
*
* @throws \ReflectionException
*/
public function decorateWith($callable, array $decorators)
Expand Down Expand Up @@ -181,7 +182,6 @@ private function getFunctionArgNames($funcName)
private static function contains($haystack, $needle)
{
return mb_strpos($haystack, $needle) !== false;

}

private function getParameterNames($reflection): array
Expand Down

0 comments on commit c724d89

Please sign in to comment.