mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-30 03:23:48 +00:00
Rector changes + namespace changes
This commit is contained in:
@@ -105,11 +105,10 @@ class AbstractTaskPlaceEvent
|
||||
/**
|
||||
* Set transition.
|
||||
*
|
||||
* @param string $transition
|
||||
*
|
||||
* @return AbstractTaskPlaceEvent
|
||||
*/
|
||||
public function setTransition($transition)
|
||||
public function setTransition(string $transition)
|
||||
{
|
||||
$this->transition = $transition;
|
||||
|
||||
|
Reference in New Issue
Block a user