mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
whitespace coding standards
This commit is contained in:
parent
06fc8dbfc1
commit
c989624f80
15 changed files with 29 additions and 28 deletions
|
@ -373,6 +373,7 @@ class CakeHtmlReporter extends CakeBaseReporter {
|
|||
* A test suite started.
|
||||
*
|
||||
* @param PHPUnit_Framework_TestSuite $suite
|
||||
* @return void
|
||||
*/
|
||||
public function startTestSuite(PHPUnit_Framework_TestSuite $suite) {
|
||||
if (!$this->_headerSent) {
|
||||
|
|
|
@ -649,10 +649,10 @@ class FormHelper extends AppHelper {
|
|||
*
|
||||
* ### Options:
|
||||
*
|
||||
* - `escape` bool Whether or not to html escape the contents of the error.
|
||||
* - `wrap` mixed Whether or not the error message should be wrapped in a div. If a
|
||||
* - `escape` bool - Whether or not to html escape the contents of the error.
|
||||
* - `wrap` mixed - Whether or not the error message should be wrapped in a div. If a
|
||||
* string, will be used as the HTML tag to use.
|
||||
* - `class` string The classname for the error message
|
||||
* - `class` string - The classname for the error message
|
||||
*
|
||||
* @param string $field A field name, like "Modelname.fieldname"
|
||||
* @param string|array $text Error message as string or array of messages.
|
||||
|
|
Loading…
Reference in a new issue