Skip to content

Commit

Permalink
Applies formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
donatj committed Jan 19, 2024
1 parent 9e93c76 commit 5a48382
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bin/logger-docs.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,9 @@
continue;
}



$ref = new ReflectionClass($logger);
$doc = (string)$ref->getDocComment();


echo "- **{$ref->getShortName()}**";

$result = preg_replace('/^\/?\h*\*+\/?\h*/m', '', $doc);
Expand Down

0 comments on commit 5a48382

Please sign in to comment.