-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Use Symfony var-dumper component as Boris variable inspector #1102
Conversation
Best thing!!!! |
+1 to this change |
|
I think VarDumper has the better syntax output, too. Kint is way too verbose for quickly seeing what is relevant. |
IMHO the CLI environment has so many more restrictions, (for example you can't collapse stuff). Yes, it would be nice if both libraries would work more together |
OK, I'm fine with this PR. Needs reroll as changes were made to composer.lock. |
AWESOME! :) |
The drush php command currently uses Boris, and the standard
ColoredInspector
to show variables.The Symfony var-dumper component has much more going for it. It shows much more information about objects, like property visibility, array counts... The
ColoredInspector
does not show any protected properties (which is most properties in D8 now) or floats for example. See the screenshots below:Now:
Array
Action config entity
With PR:
Array
Action config entity