Completed
Push — develop ( 75d7aa...a3c683 )
by Stuart
04:31
created
src/NetInterfaces/Values/NetLink.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -113,6 +113,11 @@
 block discarded – undo
113 113
      */
114 114
     protected $hardwareBroadcastAddress;
115 115
 
116
+    /**
117
+     * @param integer $interfaceIndex
118
+     * @param string $interfaceName
119
+     * @param string|null $interfaceMaster
120
+     */
116 121
     public function __construct($interfaceIndex, $interfaceName, $interfaceMaster, $interfaceFlags, $interfaceProperties, $linkType, $physicalAddress, $hardwareBroadcastAddress)
117 122
     {
118 123
         $this->interfaceIndex = $interfaceIndex;
Please login to merge, or discard this patch.