Completed
Branch master (1eab1e)
by Scott
02:46
created
src/Sjdaws/NewRelicApi/Account/Usage.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -105,7 +105,7 @@  discard block
 block discarded – undo
105 105
     /**
106 106
      * Set the date to get data from
107 107
      *
108
-     * @param  mixed   $date
108
+     * @param  integer   $date
109 109
      * @return Usage
110 110
      */
111 111
     public function startDate($date)
@@ -119,7 +119,7 @@  discard block
 block discarded – undo
119 119
     /**
120 120
      * Set the date to get data to
121 121
      *
122
-     * @param  mixed   $date
122
+     * @param  integer   $date
123 123
      * @return Usage
124 124
      */
125 125
     public function endDate($date)
Please login to merge, or discard this patch.
src/Sjdaws/NewRelicApi/Resource.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -98,7 +98,7 @@
 block discarded – undo
98 98
     /**
99 99
      * Convert most date/times to a timestamp
100 100
      *
101
-     * @param  mixed $data
101
+     * @param  mixed $date
102 102
      * @return int
103 103
      */
104 104
     protected function getTimestamp($date)
Please login to merge, or discard this patch.