mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-02 04:53:49 +00:00
php style fixes
This commit is contained in:
@@ -172,7 +172,6 @@ class CustomField
|
||||
/**
|
||||
* Set active.
|
||||
*
|
||||
*
|
||||
* @return CustomField
|
||||
*/
|
||||
public function setActive(bool $active)
|
||||
@@ -223,8 +222,6 @@ class CustomField
|
||||
/**
|
||||
* Set order.
|
||||
*
|
||||
* @param float $order
|
||||
*
|
||||
* @return CustomField
|
||||
*/
|
||||
public function setOrdering(?float $order)
|
||||
@@ -254,8 +251,6 @@ class CustomField
|
||||
/**
|
||||
* Set type.
|
||||
*
|
||||
* @param string $type
|
||||
*
|
||||
* @return CustomField
|
||||
*/
|
||||
public function setType(?string $type)
|
||||
|
Reference in New Issue
Block a user