-
Notifications
You must be signed in to change notification settings - Fork 2
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
Configuration Endpoint, PSR-2, Add tests (#1) #1
base: master
Are you sure you want to change the base?
Conversation
hunaczech
commented
May 26, 2016
•
edited
Loading
edited
- integrate tracy debug, endpoint for configuration profiles
- added circleci, standards psr2
* integrate tracy debug, endpoint for configuration profiles * added circleci with autodeploy, standards psr2 * remove autodeploy
throw new ActionNotFoundException(sprintf('Controller "%s" not found', $controller_name)); | ||
} | ||
if (!method_exists($controller_class, $action)) { | ||
throw new ActionNotFoundException(sprintf($action, ' for controller "%s" not found', $controller_name)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hunaczech
Jsou zde chybně zapsány argumenty. Správně by to mělo být:
sprintf('"%s" for controller "%s" not found', $action, $controller_name)
V aktuálním formátu by to vypsalo pouze hodnotu $action
Prosím o opravu
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixnu, btw. podivej se pres annotate kdo to psal :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ty 😄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Respektive je to z tvého pull requestu 😄
* WIP - added md5 to image * Add possibilities to exclude images * Add more images to excluded
* Resize & Place command to make fixed rect * Set all profiles as square
* Command for render new profile images * Loading file doesn't create new MD5 file hash * Saving file doesn't create new MD5