Completed
Pull Request — develop (#33)
by Chris
03:57
created
src/Tag/StreamInfTag.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -39,6 +39,7 @@  discard block
 block discarded – undo
39 39
 
40 40
     /**
41 41
      * @param string
42
+     * @param integer $programId
42 43
      *
43 44
      * @return self
44 45
      */
@@ -59,6 +60,7 @@  discard block
 block discarded – undo
59 60
 
60 61
     /**
61 62
      * @param string
63
+     * @param integer $bandwidth
62 64
      *
63 65
      * @return self
64 66
      */
@@ -79,6 +81,7 @@  discard block
 block discarded – undo
79 81
 
80 82
     /**
81 83
      * @param string
84
+     * @param string $resolution
82 85
      *
83 86
      * @return self
84 87
      */
@@ -99,6 +102,7 @@  discard block
 block discarded – undo
99 102
 
100 103
     /**
101 104
      * @param string
105
+     * @param string[] $codecs
102 106
      *
103 107
      * @return self
104 108
      */
Please login to merge, or discard this patch.