Hi @omerta thank you, I reviewed this PR and I have one request regarding this fragment:
// Define the alias in the beginning of the file.
use Zend\Mvc\Application; use Zend\Mvc\Application as App;
// Later in your code, use the short class name. // Later in your code, use the short class name.
$application = new Application(); $application = new App();
I see you changed the logic here (not only translated). I intentionally didn't introduce an alias here to keeps things simple. Could you please leave this fragment as is?
Hi @omerta thank you, I reviewed this PR and I have one request regarding this fragment:
I see you changed the logic here (not only translated). I intentionally didn't introduce an alias here to keeps things simple. Could you please leave this fragment as is?