Skip to content

Conversation

@tacman
Copy link
Contributor

@tacman tacman commented Aug 15, 2022

Also, the php is now properly displayed.

Copy link

@Boefjim Boefjim left a comment

Choose a reason for hiding this comment

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

Would love to see this merged after these changes!


composer config repositories.ics_bundle '{"type": "vcs", "url": "git@github.com:tacman/IcsBundle.git"}'
composer req jsvrcek/ics-bundle:dev-tac
composer req jsvrcek/ics-bundle
Copy link

Choose a reason for hiding this comment

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

Maybe it's a good idea to mark this as a command?

Suggested change
composer req jsvrcek/ics-bundle
`composer req jsvrcek/ics-bundle`

Comment on lines +14 to 25
namespace App\Services;
private Formatter $formatter;
private CalendarExport $calendarExport;

class HelloController
class MyService
{

public function __construct(Formatter $formatter, CalendarExport $calendarExport) {

$this->formatter = $formatter;
$this->calendarExport = $calendarExport;
}
Copy link

Choose a reason for hiding this comment

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

Since you are using code blocks, the indentation is no longer necessary



// or inject them into the controller
```php
Copy link

Choose a reason for hiding this comment

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

This is missing a closing line, also then no longer needs indentation

@jasvrcek jasvrcek merged commit 5fd3851 into jasvrcek:master Nov 28, 2022
@jasvrcek
Copy link
Owner

@Boefjim thanks - I've merged and created a new tag, 1.1.

@tacman tacman deleted the patch-1 branch November 28, 2022 18:04
@Boefjim
Copy link

Boefjim commented Nov 28, 2022

@Boefjim thanks - I've merged and created a new tag, 1.1.

The changes I've made were not actually part of the PR yet since I couldn't edit it directly, so had to add it as suggested changes instead, but I made another PR for it from my own fork if you still want to get the changes merged: #10

It's also not really necessary to add a new tag since it's just documentation changes :P

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.

3 participants