intelephense
1.14.41.16.1
lib/stub/zend/zend.phplib/stub/zend/zend.php+1−1
Index: package/lib/stub/zend/zend.php
===================================================================
--- package/lib/stub/zend/zend.php
+++ package/lib/stub/zend/zend.php
@@ -156,9 +156,9 @@
* @param int $end_time UNIX timestamp. Get only jobs finished before $end_time.
* @param int $index Get jobs starting from the $index-th place.
* @param int $count Get only $count jobs.
* @param int &$total Pass by reference. Return the total number of jobs statisifed the query criteria.
- *
+ * @param-out int $total
* @return array of jobs.
*/
public function getHistoricJobs($status, $start_time, $end_time, $index, $count, &$total) {}