]> Raphaël G. Git Repositories - airbundle/commitdiff
Fix header comment
authorRaphaël Gertz <git@rapsys.eu>
Fri, 8 Mar 2024 00:19:39 +0000 (01:19 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Fri, 8 Mar 2024 00:19:39 +0000 (01:19 +0100)
Cleanup

Entity/Session.php

index 3532309da674ad2b1bed4e34f93f401fe305573b..f74963cdb338dd2914d7c9fc189e2733abb12761 100644 (file)
@@ -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;