Completed
Push — master ( 2fa981...708785 )
by Maksim
03:25
created
Model/FileBinary.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,9 +22,9 @@
 block discarded – undo
22 22
     protected $format;
23 23
 
24 24
     /**
25
-     * @param string $content
26 25
      * @param string $mimeType
27 26
      * @param string $format
27
+     * @param string $path
28 28
      */
29 29
     public function __construct($path, $mimeType, $format = null)
30 30
     {
Please login to merge, or discard this patch.