We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 854d26a commit 3a714b6Copy full SHA for 3a714b6
2 files changed
src/ConfigProvider.php
@@ -7,7 +7,7 @@
7
* Time: 12:28 AM
8
*/
9
10
-declare(strict_types=1);
+declare(strict_types = 1);
11
12
namespace Dot\Controller\Plugin\Session;
13
src/SessionPlugin.php
@@ -23,7 +23,7 @@
23
24
class SessionPlugin implements PluginInterface
25
{
26
- /** @var ContainerInterface **/
+ /** @var ContainerInterface * */
27
protected $container;
28
29
/** @var ManagerInterface */
0 commit comments