Skip to content

Commit b344b6c

Browse files
committed
add strict to dbal, fs, gearman, gps transports.
1 parent 3c7a8cf commit b344b6c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dsn.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
declare(strict_types=1);
4+
35
namespace Enqueue\Dsn;
46

57
class Dsn

0 commit comments

Comments
 (0)