Skip to content

Commit

Permalink
style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
siggi-k committed Sep 13, 2024
1 parent e788a21 commit d7dc573
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/lib/helpers/FormatHelper.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<?php

/**
* @copyright Copyright (c) 2018 Carsten Brandt <[email protected]> and contributors
* @license https://github.com/cebe/yii2-openapi/blob/master/LICENSE
*/

namespace cebe\yii2openapi\lib\helpers;

class FormatHelper
Expand All @@ -17,4 +22,4 @@ public static function getFormattedDescription(string $description, int $spacing
}, $descriptionArr);
return implode("\n".str_repeat(" ", $spacing)."*", $descriptionArr);
}
}
}

0 comments on commit d7dc573

Please sign in to comment.