Completed
Pull Request — master (#404)
by De Cramer
03:04
created
Bundle/ServerInformation/Ui/Factory/ServerInformationLineFactory.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -21,7 +21,6 @@  discard block
 block discarded – undo
21 21
     /**
22 22
      * ServerInformationLineFactory constructor.
23 23
      * @param Factory $factory
24
-     * @param string $class
25 24
      * @param float $titleWidth
26 25
      * @param float $dataWidth
27 26
      */
@@ -36,7 +35,7 @@  discard block
 block discarded – undo
36 35
     /**
37 36
      * Create a server information line.
38 37
      *
39
-     * @param $title
38
+     * @param string $title
40 39
      * @param $data
41 40
      * @return Frame
42 41
      */
Please login to merge, or discard this patch.