Skip to content

Commit 776581a

Browse files
committed
phpcs
1 parent c966de3 commit 776581a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ux.symfony.com/src/Controller/Demo/LiveMemoryController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111

1212
namespace App\Controller\Demo;
1313

14-
use App\Service\LiveDemoRepository;
1514
use App\LiveMemory\GameStorageInterface;
15+
use App\Service\LiveDemoRepository;
1616
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
1717
use Symfony\Component\HttpFoundation\Response;
1818
use Symfony\Component\Routing\Attribute\Route;

ux.symfony.com/src/Twig/Components/LiveMemory/Board.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929

3030
/**
3131
* @demo LiveMemory
32+
*
3233
* @author Simon André <[email protected]>
3334
*/
3435
#[AsLiveComponent('LiveMemory:Board')]

0 commit comments

Comments
 (0)