From: Raphaël Gertz <git@rapsys.eu>
Date: Mon, 3 Oct 2022 03:37:14 +0000 (+0200)
Subject: Add missing licence header
X-Git-Tag: 0.2.1~1
X-Git-Url: https://git.rapsys.eu/packbundle/commitdiff_plain/9dc1e38692373814883406792a88cc7377a111c1?ds=sidebyside;hp=7eb0118d8ad7c5e0bffaca9b16e0b72893b0017b

Add missing licence header
---

diff --git a/Parser/TokenParser.php b/Parser/TokenParser.php
index 7749ad2..7218267 100644
--- 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;