Browse Source

Improve phpDoc

Signed-off-by: Sina Kuhestani <sina@ephpic.org>
Sina Kuhestani 2 days ago
parent
commit
131240cb87
2 changed files with 2 additions and 2 deletions
  1. 1 1
      autoload.php
  2. 1 1
      src/Autoloader.php

+ 1 - 1
autoload.php

@@ -13,7 +13,7 @@ declare(strict_types=1);
  * @license   MIT License
  * @copyright 2025 © Sina Kuhestani
  * @link      https://code.ephpic.org/ephpic/autoload
- ******************************************************************************/
+ **************************************************************************** */
 
 $autoloaderFilePathArray =  [
     __DIR__,

+ 1 - 1
src/Autoloader.php

@@ -15,7 +15,7 @@ namespace ePHPic\Autload;
  * @license   MIT License
  * @copyright 2025 © Sina Kuhestani
  * @link      https://code.ephpic.org/ephpic/autoload
- ******************************************************************************/
+ **************************************************************************** */
 class Autoloader
 {
     /* *********************************************************** Properties */