[PR #6925] [CS] Phpdoc (and related) blocks indentation #10221

Open
opened 2026-01-22 16:06:51 +01:00 by admin · 0 comments
Owner

Original Pull Request: https://github.com/doctrine/orm/pull/6925

State: closed
Merged: Yes


The fix was applied with PHP-CS-Fixer rule braces - partial:

  1. Unaligned DocBlocks
  2. Unaligned non-empty class opening with DocBlocks
  3. Unaligned properties with DocBlocks
  4. Unaligned non-empty methods with DocBlocks
  5. Unaligned single-line comments
  6. Tab indentations (only found in tests)
  7. A bunch of unaligned closing braces

Reference: https://github.com/doctrine/doctrine2/pull/6924#discussion_r158002055

**Original Pull Request:** https://github.com/doctrine/orm/pull/6925 **State:** closed **Merged:** Yes --- The fix was applied with [PHP-CS-Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer) rule `braces` - partial: 1. Unaligned DocBlocks 1. Unaligned non-empty class opening with DocBlocks 1. Unaligned properties with DocBlocks 1. Unaligned non-empty methods with DocBlocks 1. Unaligned single-line comments 1. Tab indentations (only found in tests) 1. A bunch of unaligned closing braces Reference: https://github.com/doctrine/doctrine2/pull/6924#discussion_r158002055
admin added the pull-request label 2026-01-22 16:06:51 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#10221