Skip to content

Commit

Permalink
format: improve code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ravinderk committed Sep 15, 2023
1 parent 458e451 commit 35d1634
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/phpcs-report.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<checkstyle version="3.7.1">
<file name="/Users/ravinderkumar/Local-Sites/10osp/app/public/wp-content/plugins/distributor/includes/classes/DistributorPost.php">
<error line="31" column="2" severity="error" message="Additional blank lines found at end of doc comment" source="Generic.Commenting.DocComment.SpacingAfter"/>
</file>
</checkstyle>

1 change: 0 additions & 1 deletion includes/classes/DistributorPost.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
* shown in IDEs.
*
* @since 2.0.0
*
*/
class DistributorPost {
/**
Expand Down

0 comments on commit 35d1634

Please sign in to comment.