We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a47262d commit 47048d8Copy full SHA for 47048d8
src/Entropy/Enum/ColumnAlign.php
@@ -4,6 +4,8 @@
4
5
namespace Rector\Monitor\Entropy\Enum;
6
7
+// @todo move to entropy fw
8
+
9
final class ColumnAlign
10
{
11
public const string LEFT = 'left';
0 commit comments