Completed
Branch master (854150)
by Guillaume
01:51
created
src/Icon.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -11,6 +11,9 @@
 block discarded – undo
11 11
 
12 12
     private $fields = [];
13 13
 
14
+    /**
15
+     * @param string $type
16
+     */
14 17
     private function __construct($path = null, $type = null)
15 18
     {
16 19
         if ($path !== null) {
Please login to merge, or discard this patch.