Skip to content
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

PHP 7.1, updated dependencies, removed unused classes #21

Merged
merged 4 commits into from Jul 16, 2018
Merged

Conversation

mabar
Copy link
Contributor

@mabar mabar commented Jun 19, 2018

Closes #18

// If there's no decorator to handle this exception, throw again
if ($response === NULL) throw $e;
if ($this->decoratorManager->hasDecorators(IDecorator::ON_DISPATCHER_EXCEPTION)) {
// Trigger exception decorator
Copy link
Member

Choose a reason for hiding this comment

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

Takhle to nepujde, ono se muze stat, ze tam decorator je, ale ze vrati null, protoze s danou exception nic nedela. Ten puvodni kod byl dobre.

const ATTR_REQUEST_ENTITY = 'apitte.core.request.entity';
const ATTR_RESPONSE_ENTITY = 'apitte.core.response.entity';
public const
ATTR_SCHEMA = 'apitte.core.schema',
Copy link
Member

Choose a reason for hiding this comment

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

Tohle prosim nee. :-)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ani mi to nepiš, je to skoro všude...

@f3l1x f3l1x force-pushed the php7.1 branch 2 times, most recently from 775229a to 9f5a234 Compare July 16, 2018 10:39
@f3l1x f3l1x merged commit 5df6e0f into master Jul 16, 2018
@f3l1x f3l1x deleted the php7.1 branch July 16, 2018 13:22
@f3l1x f3l1x added feature and removed feature labels Oct 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

None yet

2 participants