]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/QnA/forms/qnanewquestion.php
Added a lot more type-hints where they will happen. Please note that I found
[quix0rs-gnu-social.git] / plugins / QnA / forms / qnanewquestion.php
index eca01879822d2a03af8f282012ed0c684e3395ee..760c38905105542be66132cb5e843949dd032255 100644 (file)
@@ -56,7 +56,7 @@ class QnanewquestionForm extends Form
      *
      * @return void
      */
-    function __construct($out = null, $title = null, $description = null, $options = null)
+    function __construct($out = null, $title = null, $description = null, array $options = array())
     {
         parent::__construct($out);
         $this->title       = $title;