Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Class properties that have types should not require a DocBlock #406

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from
Prev Previous commit
Next Next commit
Remove extra line
Co-authored-by: Ihor Sviziev <ihor-sviziev@users.noreply.github.com>
  • Loading branch information
aligent-lturner and ihor-sviziev authored Jul 14, 2022
commit 1e608001ea2ad7858d227b64bebf1ae0c923265e
Original file line number Diff line number Diff line change
@@ -194,8 +194,6 @@ class correctlyFormattedClassMemberDocBlock
* @see Message with some reference
*/
protected string $itIsCorrect;


private string $typedPropertyWithoutComment;
aligent-lturner marked this conversation as resolved.
Show resolved Hide resolved

private string $typedPropertyWithoutComment2;