mirror of
https://github.com/Karaka-Management/oms-Kanban.git
synced 2026-01-11 11:28:42 +00:00
php cs fixer
This commit is contained in:
parent
91f5cd5684
commit
80ccaecbfd
|
|
@ -1,4 +1,4 @@
|
|||
<?php
|
||||
<?php declare(strict_types=1);
|
||||
|
||||
use Modules\Kanban\Controller\BackendController;
|
||||
use Modules\Kanban\Models\PermissionState;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<?php
|
||||
<?php declare(strict_types=1);
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<?php
|
||||
<?php declare(strict_types=1);
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
<?php
|
||||
echo $this->getData('nav')->render();
|
||||
<?php declare(strict_types=1);
|
||||
echo $this->getData('nav')->render();
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<?php
|
||||
<?php declare(strict_types=1);
|
||||
$board = $this->getData('board');
|
||||
$columns = $board->getColumns();
|
||||
// todo: column width should be % but with min-width and on small screens full width
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<?php
|
||||
<?php declare(strict_types=1);
|
||||
$card = $this->getData('card');
|
||||
$comments = $card->getComments();
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<?php
|
||||
<?php declare(strict_types=1);
|
||||
$boards = $this->getData('boards');
|
||||
|
||||
echo $this->getData('nav')->render(); ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user