From 9dc1e38692373814883406792a88cc7377a111c1 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Rapha=C3=ABl=20Gertz?= <git@rapsys.eu>
Date: Mon, 3 Oct 2022 05:37:14 +0200
Subject: [PATCH 1/1] Add missing licence header

---
 Parser/TokenParser.php | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

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;
 
-- 
2.41.3