fix: [Cerebrates] minor codestyle fix

pull/9507/head
Christophe Vandeplas 2024-01-28 08:29:04 +00:00
parent 1c3c9ec736
commit 757e6f0b06
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ class CerebratesController extends AppController
* @param int $id id of the org
* @return void
*/
public function previewOrgs(int $id = null)
public function previewOrgs(int|null $id = null)
{
// FIXME chri - $this->set('menuData', ['menuList' => 'sync', 'menuItem' => 'previewCerebrateOrgs']);
/** @var \App\Model\Entity\Cerebrate $cerebrate */