Skip to content
This repository was archived by the owner on Jan 5, 2019. It is now read-only.

Commit 07736a8

Browse files
author
Mario Basic
committed
Removed useless stuff.
1 parent 71c0c9a commit 07736a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/helpers.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
/**
55
* Converts "1.123,45" to 112345.
66
*
7-
* @param string $number
7+
* @param $number
88
* @return integer
99
*/
10-
function convert_integer(string $number)
10+
function convert_integer($number)
1111
{
1212
// Remove . and , from number
1313
return preg_replace('/[.|,]/', '', $number);

0 commit comments

Comments
 (0)