mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 17:58:41 +00:00
Fixing return type
This commit is contained in:
parent
7850d60b6c
commit
31cd0238b0
|
|
@ -380,12 +380,12 @@ class Text
|
|||
*
|
||||
* @param int $length Text length
|
||||
*
|
||||
* @return string
|
||||
* @return array
|
||||
*
|
||||
* @since 1.0.0
|
||||
* @author Dennis Eichhorn <d.eichhorn@oms.com>
|
||||
*/
|
||||
private function generatePunctuation(int $length) : string
|
||||
private function generatePunctuation(int $length) : array
|
||||
{
|
||||
$minSentences = 4;
|
||||
$maxSentences = 20;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user