mirror of
https://github.com/symbiote/silverstripe-gridfieldextensions.git
synced 2024-10-22 17:05:39 +02:00
fixing phpdoc blocks to refering to Objects to built-in types of PHP
This commit is contained in:
parent
fe13e8590f
commit
05e64f237c
@ -37,7 +37,7 @@ class GridFieldOrderableRows extends RequestHandler implements
|
||||
* The number of the column containing the reorder handles
|
||||
*
|
||||
* @see setReorderColumnNumber()
|
||||
* @var integer
|
||||
* @var int
|
||||
*/
|
||||
protected $reorderColumnNumber = 0;
|
||||
|
||||
@ -85,7 +85,7 @@ class GridFieldOrderableRows extends RequestHandler implements
|
||||
}
|
||||
|
||||
/**
|
||||
* @return integer
|
||||
* @return int
|
||||
*/
|
||||
public function getReorderColumnNumber() {
|
||||
return $this->reorderColumnNumber;
|
||||
@ -94,7 +94,7 @@ class GridFieldOrderableRows extends RequestHandler implements
|
||||
/**
|
||||
* Sets the number of the column containing the reorder handles.
|
||||
*
|
||||
* @param integer $colno
|
||||
* @param int $colno
|
||||
* @return GridFieldOrderableRows $this
|
||||
*/
|
||||
public function setReorderColumnNumber($colno) {
|
||||
|
Loading…
Reference in New Issue
Block a user