Skip to content

Commit 3a714b6

Browse files
committed
initial commit
1 parent 854d26a commit 3a714b6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/ConfigProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Time: 12:28 AM
88
*/
99

10-
declare(strict_types=1);
10+
declare(strict_types = 1);
1111

1212
namespace Dot\Controller\Plugin\Session;
1313

src/SessionPlugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*/
2424
class SessionPlugin implements PluginInterface
2525
{
26-
/** @var ContainerInterface **/
26+
/** @var ContainerInterface * */
2727
protected $container;
2828

2929
/** @var ManagerInterface */

0 commit comments

Comments
 (0)