From: Raphaël Gertz Date: Fri, 8 Mar 2024 00:19:39 +0000 (+0100) Subject: Fix header comment X-Git-Tag: 0.4.0~29 X-Git-Url: https://git.rapsys.eu/airbundle/commitdiff_plain/8f802c1a7fcaf4efe6822ecee3e19f1cededf2c4 Fix header comment Cleanup --- diff --git a/Entity/Session.php b/Entity/Session.php index 3532309..f74963c 100644 --- a/Entity/Session.php +++ b/Entity/Session.php @@ -1,11 +1,11 @@ + * (c) Raphaël Gertz * - * for the full copyright and license information, please view the license + * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ @@ -97,7 +97,7 @@ class Session { private ?\DateTime $locked = null; /** - * Creation datetime + * Create datetime */ private \DateTime $created;