Skip to content

Conversation

@Howriq
Copy link
Member

@Howriq Howriq commented Mar 10, 2025

No description provided.

Howriq added 2 commits March 10, 2025 17:58
Signed-off-by: horea <horea@rospace.com>
Signed-off-by: horea <horea@rospace.com>
@Howriq Howriq requested a review from alexmerlin March 10, 2025 16:01
@Howriq Howriq linked an issue Mar 10, 2025 that may be closed by this pull request
Copy link
Member

@alexmerlin alexmerlin left a 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.


image
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.

Howriq added 3 commits March 11, 2025 16:50
Signed-off-by: horea <horea@rospace.com>
Signed-off-by: horea <horea@rospace.com>
Signed-off-by: horea <horea@rospace.com>
@Howriq Howriq requested a review from alexmerlin March 11, 2025 15:01
Signed-off-by: horea <horea@rospace.com>
Copy link
Member

@alexmerlin alexmerlin left a 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>
@Howriq Howriq requested a review from alexmerlin March 12, 2025 13:12
@alexmerlin alexmerlin merged commit ae9c976 into dotkernel:1.0 Mar 12, 2025
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Replace Psalm with PHPStan

2 participants