Completed
Push — 7.x-1.x ( 027296...66a87c )
by Frédéric G.
05:26
created
qa_projects.inc 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
  * FIXME found out whether it serves any purpose in the general case.
20 20
  *  It was likely added there as a one-time answer during a specific audit.
21 21
  *
22
- * @param \Variable|NULL $variable
22
+ * @param null|Variable $variable
23 23
  * @return string
24 24
  */
25 25
 function qa_report_project(Variable $variable = NULL) {
Please login to merge, or discard this patch.
src/Exportable.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
   public $title;
41 41
 
42 42
   /**
43
-   * @param $base
43
+   * @param string $base
44 44
    * @param $ancestor
45 45
    *
46 46
    * @return array
Please login to merge, or discard this patch.