Skip to content

Conversation

@ChristophWurst ChristophWurst added the 3. to review Waiting for reviews label Dec 2, 2020
@ChristophWurst ChristophWurst self-assigned this Dec 2, 2020
Comment on lines +315 to +316
$t = new TypeError("not a type error");
$e = new Exception("an exception", 13, $t);
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
$t = new TypeError("not a type error");
$e = new Exception("an exception", 13, $t);
$t = new TypeError('not a type error');
$e = new Exception('an exception', 13, $t);

Copy link
Member Author

Choose a reason for hiding this comment

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

I want to add the cs fixer later on 😉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Waiting for reviews

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants