We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f66a66 commit 76275b2Copy full SHA for 76275b2
src/Parser/DbProductTable.php
@@ -1,10 +1,12 @@
1
<?php
2
/**
3
* @author Pierre-Henry Soria <[email protected]>
4
- * @copyright (c) 2018, Pierre-Henry Soria. All Rights Reserved.
+ * @copyright (c) 2018-2019, Pierre-Henry Soria. All Rights Reserved.
5
* @license GNU General Public License; <https://www.gnu.org/licenses/gpl-3.0.en.html>
6
*/
7
8
+declare(strict_types=1);
9
+
10
namespace Lifyzer\Parser;
11
12
use Lifyzer\Parser\DbProductColumns as DbColumn;
0 commit comments