Skip to content

Conversation

@aplitax
Copy link

@aplitax aplitax commented May 16, 2018

removed inheritance from Nette\Object
added trait Nette\SmartObject

added trait Nette\SmartObject
@castamir
Copy link
Member

castamir commented May 16, 2018

Hi!
Thanks for your PR.

This change is not compatible with old PHP version. So to merge it, we need to set minimal supported version to PHP 5.6 or PHP 7+.

So, can you also upgrade composer.json and travis.yml to get rid of those old PHP versions?

class TextAsFileResponse extends Object implements IResponse
class TextAsFileResponse implements IResponse
{
use \Nette\SmartObject;
Copy link
Member

Choose a reason for hiding this comment

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

there are 5 spaces instead of 4

Copy link
Author

Choose a reason for hiding this comment

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

corrected :-)

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.

2 participants