mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-11 06:28:40 +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
|
* @param int $length Text length
|
||||||
*
|
*
|
||||||
* @return string
|
* @return array
|
||||||
*
|
*
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
* @author Dennis Eichhorn <d.eichhorn@oms.com>
|
* @author Dennis Eichhorn <d.eichhorn@oms.com>
|
||||||
*/
|
*/
|
||||||
private function generatePunctuation(int $length) : string
|
private function generatePunctuation(int $length) : array
|
||||||
{
|
{
|
||||||
$minSentences = 4;
|
$minSentences = 4;
|
||||||
$maxSentences = 20;
|
$maxSentences = 20;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user