Rapsys Git
/
packbundle
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
7eb0118
)
Add missing licence header
author
Raphaël Gertz
<git@rapsys.eu>
Mon, 3 Oct 2022 03:37:14 +0000
(
05:37
+0200)
committer
Raphaël Gertz
<git@rapsys.eu>
Mon, 3 Oct 2022 03:37:14 +0000
(
05:37
+0200)
Parser/TokenParser.php
patch
|
blob
|
history
diff --git
a/Parser/TokenParser.php
b/Parser/TokenParser.php
index 7749ad28070bdc3bc4dbeaae5ed3dc5b1ae5d509..72182674795198e6eb6accbc24cbbfd8479baead 100644
(file)
--- a/
Parser/TokenParser.php
+++ b/
Parser/TokenParser.php
@@
-1,4
+1,13
@@
-<?php
+<?php declare(strict_types=1);
+
+/*
+ * This file is part of the Rapsys PackBundle package.
+ *
+ * (c) Raphaël Gertz <symfony@rapsys.eu>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
namespace Rapsys\PackBundle\Parser;