Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Apr 3, 2019
1 parent 7f223a3 commit 8d2a1b2
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions src/Application/Console/TableStructure.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,6 @@ public static function make(): array
LinesOfCode\CyclomaticComplexityClasses::class,
LinesOfCode\CyclomaticComplexityMethods::class,
'',
'<title>🔗 Dependencies</title>',
'',
Dependencies\GlobalAccesses::class,
Dependencies\GlobalAccessesConstants::class,
Dependencies\GlobalAccessesVariables::class,
Dependencies\GlobalAccessesSuperVariables::class,
Dependencies\AttributeAccesses::class,
Dependencies\AttributeAccessesStatic::class,
Dependencies\AttributeAccessesNonStatic::class,
Dependencies\MethodCalls::class,
Dependencies\MethodCallsStatic::class,
Dependencies\MethodCallsNonStatic::class,
'',
'<title>🧱 Structure</title>',
'',
Structure\Namespaces::class,
Expand All @@ -71,6 +58,19 @@ public static function make(): array
Structure\ConstantsGlobal::class,
Structure\ConstantsClass::class,
'',
'<title>🔗 Dependencies</title>',
'',
Dependencies\GlobalAccesses::class,
Dependencies\GlobalAccessesConstants::class,
Dependencies\GlobalAccessesVariables::class,
Dependencies\GlobalAccessesSuperVariables::class,
Dependencies\AttributeAccesses::class,
Dependencies\AttributeAccessesStatic::class,
Dependencies\AttributeAccessesNonStatic::class,
Dependencies\MethodCalls::class,
Dependencies\MethodCallsStatic::class,
Dependencies\MethodCallsNonStatic::class,
'',
'<title>🤷🏻‍♂️ Misc</title>',
'',
Structure\Composer::class,
Expand Down

1 comment on commit 8d2a1b2

@szepeviktor
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nunomaduro Emojis in the code!!!!!!!!! :)

Please sign in to comment.