Completed
Push — develop ( a3c683...8c914c )
by Stuart
02:11
created
src/IpRoute/Parsers/ParseInet6Address.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -100,7 +100,7 @@  discard block
 block discarded – undo
100 100
      *
101 101
      * @param  string $inet6Lines
102 102
      *         the line(s) to parse
103
-     * @return InetAddress
103
+     * @return Inet6Address
104 104
      *         the inet address defined in the output
105 105
      */
106 106
     private static function fromString($inet6Lines)
@@ -115,7 +115,7 @@  discard block
 block discarded – undo
115 115
      *
116 116
      * @param  array|Traversable $inet6Lines
117 117
      *         the line(s) to parse
118
-     * @return InetAddress
118
+     * @return Inet6Address
119 119
      *         the inet address defined in the output
120 120
      */
121 121
     private static function fromTraversable($inet6Lines)
Please login to merge, or discard this patch.
src/IpRoute/Parsers/ParseNetInterface.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -239,7 +239,7 @@
 block discarded – undo
239 239
      *
240 240
      * @param  array $lines
241 241
      *         the 'ip addr' lines for the physical link
242
-     * @return NetLink
242
+     * @return \GanbaroDigital\OperatingSystem\NetInterfaces\Values\NetLink
243 243
      *         the value object extracted from the lines of output
244 244
      */
245 245
     private static function convertToLink($lines)
Please login to merge, or discard this patch.