-
Notifications
You must be signed in to change notification settings - Fork 1
Issue #34: Replace Psalm with PHPStan #35
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
Conversation
Signed-off-by: horea <horea@rospace.com>
Signed-off-by: horea <horea@rospace.com>
alexmerlin
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Replace all (there are two more) occurrences of DotKernel with Dotkernel.

Current version of twig/twig contains 2 vulnerabilities, update to the next unaffected version ^3.19.0.
Use fenced code blocks with syntax highliting in all .md files all code snippets / commands.
Example with a command:
composer require dotkernel/dot-debugbar
should look like:
```shell
composer require dotkernel/dot-debugbar
```
Example with a code snippet:
$debugBar = $container->get(\Dot\DebugBar\DebugBar::class);
should be replaced with:
```php
$debugBar = $container->get(\Dot\DebugBar\DebugBar::class);
```
Make sure that all code blocks are un-indented.
Signed-off-by: horea <horea@rospace.com>
Signed-off-by: horea <horea@rospace.com>
Signed-off-by: horea <horea@rospace.com>
Signed-off-by: horea <horea@rospace.com>
alexmerlin
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
docs/book/v1/usage also has a couple of code blocks to decrease the indentation on.
Signed-off-by: horea <horea@rospace.com>
No description provided.