Fix an error, when trying to create TyposArticle object

parent d946498d
......@@ -25,7 +25,7 @@ class TyposArticle
* @param $id integer Article id
* @param $text string Article text
*/
public function __construct(integer $id, string $text)
public function __construct($id, $text)
{
$this->id = $id;
$this->text = $text;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment