Skip to content

Commit

Permalink
Apply cs-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zds-s committed Oct 7, 2024
1 parent 361847e commit 694de2c
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions ConfigProvider.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
<?php

declare(strict_types=1);
/**
* This file is part of MineAdmin.
*
* @link https://www.mineadmin.com
* @document https://doc.mineadmin.com
* @contact [email protected]
* @license https://github.com/mineadmin/MineAdmin/blob/master/LICENSE
*/

namespace Mine\Swagger;

final class ConfigProvider
Expand All @@ -10,10 +20,10 @@ public function __invoke(): array
'annotations' => [
'scan' => [
'paths' => [
__DIR__
__DIR__,
],
],
],
];
}
}
}

0 comments on commit 694de2c

Please sign in to comment.