Skip to content

Commit

Permalink
phpdoc_no_access
Browse files Browse the repository at this point in the history
  • Loading branch information
realodix committed Jul 29, 2024
1 parent 890ee7d commit 40c27d3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/Fixtures/Ruleset/relax_actual.php
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,12 @@ public function phpdoc__no_superfluous_phpdoc_tags($foo /*, $unusedParam = null
*/
public function phpdoc__phpdoc_align($a, $b) {}

/**
* @internal
* @access private
*/
public function phpdoc__phpdoc_no_access() {}

/**
* @internal
* @param int $b
Expand Down
5 changes: 5 additions & 0 deletions tests/Fixtures/Ruleset/relax_expected.php
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,11 @@ public function phpdoc__no_superfluous_phpdoc_tags($foo /* , $unusedParam = null
*/
public function phpdoc__phpdoc_align($a, $b) {}

/**
* @internal
*/
public function phpdoc__phpdoc_no_access() {}

/**
* @internal
*/
Expand Down

0 comments on commit 40c27d3

Please sign in to comment.