Skip to content
Snippets Groups Projects
Commit 68a53b3f authored by Wouter Wolters's avatar Wouter Wolters Committed by Georg Ringer
Browse files

[TASK] Automatic code cleanup

Resolves: #69860
Releases: master
Change-Id: I1bd264d3a5ccde63fd810af9037e39275ee973b0
Reviewed-on: http://review.typo3.org/43362


Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
parent 3d27469a
Branches
Tags
No related merge requests found
......@@ -31,7 +31,7 @@ abstract class AbstractDatabaseRecordProvider {
* about input and result.
*
* @param string $tableName The table name to fetch record from
* @param integer $uid Uid of record to fetch
* @param int $uid Uid of record to fetch
* @return array Fetched record row
* @throws DatabaseRecordException|\InvalidArgumentException|\UnexpectedValueException|\RuntimeException
*/
......
......@@ -72,7 +72,7 @@ class FormDataTraverser {
/**
* Inline first pid
*
* @var integer
* @var int
*/
protected $inlineFirstPid;
......
......@@ -25,7 +25,7 @@ class FileReference extends \TYPO3\CMS\Extbase\Domain\Model\AbstractFileFolder {
* Uid of the referenced sys_file. Needed for extbase to serialize the
* reference correctly.
*
* @var integer
* @var int
*/
protected $uidLocal;
......
......@@ -42,7 +42,7 @@ abstract class AbstractFormFieldViewHelper extends AbstractFormViewHelper {
protected $configurationManager;
/**
* @var boolean
* @var bool
*/
protected $respectSubmittedDataValue = FALSE;
......@@ -65,7 +65,7 @@ abstract class AbstractFormFieldViewHelper extends AbstractFormViewHelper {
/**
* Getting the current configuration for respectSubmittedDataValue.
*
* @return boolean
* @return bool
*/
public function getRespectSubmittedDataValue() {
return $this->respectSubmittedDataValue;
......@@ -74,7 +74,7 @@ abstract class AbstractFormFieldViewHelper extends AbstractFormViewHelper {
/**
* Define respectSubmittedDataValue to enable or disable the usage of the submitted values in the viewhelper.
*
* @param boolean $respectSubmittedDataValue
* @param bool $respectSubmittedDataValue
* @return void
*/
public function setRespectSubmittedDataValue($respectSubmittedDataValue) {
......
......@@ -48,7 +48,7 @@ class ActionHandler extends AbstractHandler {
/**
* Generates workspace preview links for all available languages of a page.
*
* @param integer $uid
* @param int $uid
* @return array
*/
public function generateWorkspacePreviewLinksForAllLanguages($uid) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment