--
You received this message because you are subscribed to a topic in the Google Groups "PHP Framework Interoperability Group" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/php-fig/y4ZKrsHMWXY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to php-fig+u...@googlegroups.com.
To post to this group, send email to php...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/php-fig/47b838f4-b96a-4938-bfb7-2bf603770248%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
public function methodName(
$callable,
$request,
$response,
$routeArguments
) {
$bodyParam = ...
}
public function methodName(
$callable,
$request,
$response,
$routeArguments) {
$bodyParam = ...
}Thanks for the reply Christopher! So, are you saying that basically what this survey revealed as used most often is what was adopted as the standard? Or was this just showing what was common and then discussion about reasoning for those practices went from there? Thanks for your time!
On Mon, Jan 23, 2017 at 6:18 PM Christopher Pitt <cgp...@gmail.com> wrote:
You received this message because you are subscribed to a topic in the Google Groups "PHP Framework Interoperability Group" group.Hey Spencer,--To answer these why's, the team behind PSR-2 did a survey of commonalities amongst PHP frameworks: http://www.php-fig.org/psr/psr-2/#appendix-a-surveyKind regardsChris
To unsubscribe from this topic, visit https://groups.google.com/d/topic/php-fig/y4ZKrsHMWXY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to php-fig+unsubscribe@googlegroups.com.
To post to this group, send email to php...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/php-fig/47b838f4-b96a-4938-bfb7-2bf603770248%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "PHP Framework Interoperability Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to php-fig+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/php-fig/CAM7kXxcHqywt8t-zNmn%3DzgavwsMDEPz4NXsXVn828iP6iC17qg%40mail.gmail.com.
...
Re: Ex. Why a blank line at the end of PHP documents?Definition of a line in POSIX standard:3.206 Line: A sequence of zero or more non- <newline> characters plus a terminating <newline> character
Otherwise, some programs might have problems processing the last line then.
Many editors and tools (ex. git) show a warning message if there is no newline at the end of file.
--
You received this message because you are subscribed to the Google Groups "PHP Framework Interoperability Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to php-fig+unsubscribe@googlegroups.com.
To post to this group, send email to php...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/php-fig/f4c14055-b80b-46a5-9fb6-62f8d17dc4dd%40googlegroups.com.