Skip to content

Commit d7dc573

Browse files
committed
style fix
1 parent e788a21 commit d7dc573

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/lib/helpers/FormatHelper.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
<?php
22

3+
/**
4+
* @copyright Copyright (c) 2018 Carsten Brandt <mail@cebe.cc> and contributors
5+
* @license https://github.com/cebe/yii2-openapi/blob/master/LICENSE
6+
*/
7+
38
namespace cebe\yii2openapi\lib\helpers;
49

510
class FormatHelper
@@ -17,4 +22,4 @@ public static function getFormattedDescription(string $description, int $spacing
1722
}, $descriptionArr);
1823
return implode("\n".str_repeat(" ", $spacing)."*", $descriptionArr);
1924
}
20-
}
25+
}

0 commit comments

Comments
 (0)