-
-
Notifications
You must be signed in to change notification settings - Fork 89
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
[spiral/tokenzier] Adds tokenizer:info console command #963
Conversation
butschster
commented
Aug 10, 2023
•
edited
Loading
edited
…rs init only after Environment is bound to the container
- Fixes queue sync driver tests
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #963 +/- ##
============================================
- Coverage 83.83% 83.68% -0.16%
- Complexity 5988 5998 +10
============================================
Files 786 787 +1
Lines 16898 16931 +33
============================================
+ Hits 14167 14169 +2
- Misses 2731 2762 +31
☔ View full report in Codecov by Sentry. |
@butschster Maybe, now we can stop using running here: https://github.com/spiral/framework/blob/master/src/Bridge/Dotenv/src/Bootloader/DotenvBootloader.php#L21 |