X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/45d4262949d2f96811d692cf1e6608c83963ea64..90b9c0d611ea9971ff324726816bd08bc2a783c3:/Entity/Session.php

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 @@
 <?php declare(strict_types=1);
 
 /*
- * this file is part of the rapsys packbundle package.
+ * This file is part of the Rapsys AirBundle package.
  *
- * (c) raphaël gertz <symfony@rapsys.eu>
+ * (c) Raphaël Gertz <symfony@rapsys.eu>
  *
- * 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;