Skip to content

Commit

Permalink
[*]: fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
voku committed Oct 31, 2020
1 parent 3d0217f commit ae4bac1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/voku/PHPDoctor/PhpDocCheck/CheckClasses.php
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,10 @@ private static function checkMethods(
* @param \voku\SimplePhpParser\Model\PHPClass $class
* @param string $methodName
* @param string[][] $error
* @param array{
*
* @return string[][]
*
* @phpstan-param array{
* fullDescription: string,
* line: null|int,
* file: null|string,
Expand Down Expand Up @@ -181,8 +184,6 @@ private static function checkMethods(
* paramsPhpDocRaw: array<string, null|string>,
* returnPhpDocRaw: null|string
* } $methodInfo
*
* @return string[][]
*/
private static function checkParameter(
$methodInfo,
Expand Down

0 comments on commit ae4bac1

Please sign in to comment.