deps(c#): Update c# #270
Annotations
11 errors and 2 warnings
Run ./vendor/bin/phpcs --report-full --report-checkstyle=./phpcs-report.xml .
Process completed with exit code 2.
|
Run cs2pr --notices-as-warnings --graceful-warnings --prepend-filename --prepend-source ./phpcs-report.xml:
src/DTO/Post/SubReply.php#L10
SubReply.php: PSR12.Traits.UseDeclaration.SpaceAfterOpeningBrace: First trait conflict resolution statement must be on the line after the opening brace
|
Run cs2pr --notices-as-warnings --graceful-warnings --prepend-filename --prepend-source ./phpcs-report.xml:
src/DTO/Post/SubReply.php#L10
SubReply.php: PSR12.Traits.UseDeclaration.SpaceBeforeClosingBrace: Closing brace must be on the line after the last trait conflict resolution statement
|
Run cs2pr --notices-as-warnings --graceful-warnings --prepend-filename --prepend-source ./phpcs-report.xml:
src/DTO/Post/Post.php#L10
Post.php: PSR12.Traits.UseDeclaration.SpaceAfterOpeningBrace: First trait conflict resolution statement must be on the line after the opening brace
|
Run cs2pr --notices-as-warnings --graceful-warnings --prepend-filename --prepend-source ./phpcs-report.xml:
src/DTO/Post/Post.php#L10
Post.php: PSR12.Traits.UseDeclaration.SpaceBeforeClosingBrace: Closing brace must be on the line after the last trait conflict resolution statement
|
Run cs2pr --notices-as-warnings --graceful-warnings --prepend-filename --prepend-source ./phpcs-report.xml:
src/DTO/Post/Reply.php#L10
Reply.php: PSR12.Traits.UseDeclaration.SpaceAfterOpeningBrace: First trait conflict resolution statement must be on the line after the opening brace
|
Run cs2pr --notices-as-warnings --graceful-warnings --prepend-filename --prepend-source ./phpcs-report.xml:
src/DTO/Post/Reply.php#L10
Reply.php: PSR12.Traits.UseDeclaration.SpaceBeforeClosingBrace: Closing brace must be on the line after the last trait conflict resolution statement
|
Run cs2pr --notices-as-warnings --graceful-warnings --prepend-filename --prepend-source ./phpcs-report.xml:
src/DTO/Post/Thread.php#L10
Thread.php: PSR12.Traits.UseDeclaration.SpaceAfterOpeningBrace: First trait conflict resolution statement must be on the line after the opening brace
|
Run cs2pr --notices-as-warnings --graceful-warnings --prepend-filename --prepend-source ./phpcs-report.xml:
src/DTO/Post/Thread.php#L10
Thread.php: PSR12.Traits.UseDeclaration.SpaceBeforeClosingBrace: Closing brace must be on the line after the last trait conflict resolution statement
|
Run cs2pr --notices-as-warnings --graceful-warnings --prepend-filename --prepend-source ./phpcs-report.xml:
src/DTO/User/User.php#L10
User.php: PSR12.Traits.UseDeclaration.SpaceAfterOpeningBrace: First trait conflict resolution statement must be on the line after the opening brace
|
Run cs2pr --notices-as-warnings --graceful-warnings --prepend-filename --prepend-source ./phpcs-report.xml:
src/DTO/User/User.php#L10
User.php: PSR12.Traits.UseDeclaration.SpaceBeforeClosingBrace: Closing brace must be on the line after the last trait conflict resolution statement
|
Run cs2pr --notices-as-warnings --graceful-warnings --prepend-filename --prepend-source ./phpcs-report.xml:
src/PostsQuery/QueryResult.php#L68
QueryResult.php: Generic.Files.LineLength.TooLong: Line exceeds 120 characters; contains 127 characters
|
Run cs2pr --notices-as-warnings --graceful-warnings --prepend-filename --prepend-source ./phpcs-report.xml:
src/PostsQuery/PostsTree.php#L141
PostsTree.php: Generic.Files.LineLength.TooLong: Line exceeds 120 characters; contains 131 characters
|
Loading