@@ -362,14 +362,14 @@ <h4 id="toc-properties">
362362 < dt class ="phpdocumentor-table-of-contents__entry -property -protected ">
363363 < a class ="" href ="classes/CodeIgniter-Events-Events.html#property_listeners "> $listeners</ a >
364364 < span >
365- : array<string| int, mixed > </ span >
365+ : array<string, array{0: bool, 1: list < int > , 2: list < callable > } > </ span >
366366</ dt >
367367< dd > The list of listeners.</ dd >
368368
369369 < dt class ="phpdocumentor-table-of-contents__entry -property -protected ">
370370 < a class ="" href ="classes/CodeIgniter-Events-Events.html#property_performanceLog "> $performanceLog</ a >
371371 < span >
372- : array<int, array<string, float| string> > </ span >
372+ : array<int, array{start: float, end: float, event: string} > </ span >
373373</ dt >
374374< dd > Stores information about the events
375375for display in the debug toolbar.</ dd >
@@ -399,7 +399,7 @@ <h4 id="toc-methods">
399399 < dt class ="phpdocumentor-table-of-contents__entry -method -public ">
400400 < a class ="" href ="classes/CodeIgniter-Events-Events.html#method_getPerformanceLogs "> getPerformanceLogs()</ a >
401401 < span >
402- : array<int, array<string, float| string> > </ span >
402+ : array<int, array{start: float, end: float, event: string} > </ span >
403403</ dt >
404404< dd > Getter for the performance log records.</ dd >
405405
@@ -413,7 +413,7 @@ <h4 id="toc-methods">
413413 < dt class ="phpdocumentor-table-of-contents__entry -method -public ">
414414 < a class ="" href ="classes/CodeIgniter-Events-Events.html#method_listeners "> listeners()</ a >
415415 < span >
416- : array<string| int, mixed> </ span >
416+ : array<int, callable(mixed): mixed> </ span >
417417</ dt >
418418< dd > Returns an array of listeners for a single event. They are
419419sorted by priority.</ dd >
@@ -680,7 +680,7 @@ <h4 class="phpdocumentor-element__name" id="property_listeners">
680680
681681 < code class ="phpdocumentor-code phpdocumentor-signature ">
682682 < span class ="phpdocumentor-signature__visibility "> protected</ span >
683- < span class ="phpdocumentor-signature__static "> static</ span > < span class ="phpdocumentor-signature__type "> array<string| int, mixed ></ span >
683+ < span class ="phpdocumentor-signature__static "> static</ span > < span class ="phpdocumentor-signature__type "> array<string, array{0: bool, 1: list < int > , 2: list < callable > } ></ span >
684684 < span class ="phpdocumentor-signature__name "> $listeners</ span >
685685 = < span class ="phpdocumentor-signature__default-value "> []</ span > </ code >
686686
@@ -718,7 +718,7 @@ <h4 class="phpdocumentor-element__name" id="property_performanceLog">
718718
719719 < code class ="phpdocumentor-code phpdocumentor-signature ">
720720 < span class ="phpdocumentor-signature__visibility "> protected</ span >
721- < span class ="phpdocumentor-signature__static "> static</ span > < span class ="phpdocumentor-signature__type "> array<int, array<string, float| string> ></ span >
721+ < span class ="phpdocumentor-signature__static "> static</ span > < span class ="phpdocumentor-signature__type "> array<int, array{start: float, end: float, event: string} ></ span >
722722 < span class ="phpdocumentor-signature__name "> $performanceLog</ span >
723723 = < span class ="phpdocumentor-signature__default-value "> []</ span > </ code >
724724
@@ -790,7 +790,7 @@ <h4 class="phpdocumentor-element__name" id="method_getFiles">
790790 < aside class ="phpdocumentor-element-found-in ">
791791 < abbr class ="phpdocumentor-element-found-in__file " title ="system/Events/Events.php "> < a href ="files/system-events-events.html "> < abbr title ="system/Events/Events.php "> Events.php</ abbr > </ a > </ abbr >
792792 :
793- < span class ="phpdocumentor-element-found-in__line "> 259 </ span >
793+ < span class ="phpdocumentor-element-found-in__line "> 261 </ span >
794794
795795 </ aside >
796796
@@ -829,15 +829,15 @@ <h4 class="phpdocumentor-element__name" id="method_getPerformanceLogs">
829829 < aside class ="phpdocumentor-element-found-in ">
830830 < abbr class ="phpdocumentor-element-found-in__file " title ="system/Events/Events.php "> < a href ="files/system-events-events.html "> < abbr title ="system/Events/Events.php "> Events.php</ abbr > </ a > </ abbr >
831831 :
832- < span class ="phpdocumentor-element-found-in__line "> 281 </ span >
832+ < span class ="phpdocumentor-element-found-in__line "> 283 </ span >
833833
834834 </ aside >
835835
836836 < p class ="phpdocumentor-summary "> Getter for the performance log records.</ p >
837837
838838 < code class ="phpdocumentor-code phpdocumentor-signature ">
839839 < span class ="phpdocumentor-signature__visibility "> public</ span >
840- < span class ="phpdocumentor-signature__static "> static</ span > < span class ="phpdocumentor-signature__name "> getPerformanceLogs</ span > < span > (</ span > < span > )</ span > < span > : </ span > < span class ="phpdocumentor-signature__response_type "> array<int, array<string, float| string> ></ span > </ code >
840+ < span class ="phpdocumentor-signature__static "> static</ span > < span class ="phpdocumentor-signature__name "> getPerformanceLogs</ span > < span > (</ span > < span > )</ span > < span > : </ span > < span class ="phpdocumentor-signature__response_type "> array<int, array{start: float, end: float, event: string} ></ span > </ code >
841841
842842 < div class ="phpdocumentor-label-line ">
843843 </ div >
@@ -850,7 +850,7 @@ <h4 class="phpdocumentor-element__name" id="method_getPerformanceLogs">
850850
851851 < section >
852852 < h5 class ="phpdocumentor-return-value__heading "> Return values</ h5 >
853- < span class ="phpdocumentor-signature__response_type "> array<int, array<string, float| string> ></ span >
853+ < span class ="phpdocumentor-signature__response_type "> array<int, array{start: float, end: float, event: string} ></ span >
854854 </ section >
855855
856856</ article >
@@ -903,7 +903,7 @@ <h4 class="phpdocumentor-element__name" id="method_listeners">
903903 < aside class ="phpdocumentor-element-found-in ">
904904 < abbr class ="phpdocumentor-element-found-in__file " title ="system/Events/Events.php "> < a href ="files/system-events-events.html "> < abbr title ="system/Events/Events.php "> Events.php</ abbr > </ a > </ abbr >
905905 :
906- < span class ="phpdocumentor-element-found-in__line "> 179 </ span >
906+ < span class ="phpdocumentor-element-found-in__line "> 178 </ span >
907907
908908 </ aside >
909909
@@ -912,7 +912,7 @@ <h4 class="phpdocumentor-element__name" id="method_listeners">
912912
913913 < code class ="phpdocumentor-code phpdocumentor-signature ">
914914 < span class ="phpdocumentor-signature__visibility "> public</ span >
915- < span class ="phpdocumentor-signature__static "> static</ span > < span class ="phpdocumentor-signature__name "> listeners</ span > < span > (</ span > < span class ="phpdocumentor-signature__argument "> < span class ="phpdocumentor-signature__argument__return-type "> string </ span > < span class ="phpdocumentor-signature__argument__name "> $eventName</ span > </ span > < span > )</ span > < span > : </ span > < span class ="phpdocumentor-signature__response_type "> array<string| int, mixed></ span > </ code >
915+ < span class ="phpdocumentor-signature__static "> static</ span > < span class ="phpdocumentor-signature__name "> listeners</ span > < span > (</ span > < span class ="phpdocumentor-signature__argument "> < span class ="phpdocumentor-signature__argument__return-type "> string </ span > < span class ="phpdocumentor-signature__argument__name "> $eventName</ span > </ span > < span > )</ span > < span > : </ span > < span class ="phpdocumentor-signature__response_type "> array<int, callable(mixed): mixed></ span > </ code >
916916
917917 < div class ="phpdocumentor-label-line ">
918918 </ div >
@@ -935,7 +935,7 @@ <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
935935
936936 < section >
937937 < h5 class ="phpdocumentor-return-value__heading "> Return values</ h5 >
938- < span class ="phpdocumentor-signature__response_type "> array<string| int, mixed></ span >
938+ < span class ="phpdocumentor-signature__response_type "> array<int, callable(mixed): mixed></ span >
939939 </ section >
940940
941941</ article >
@@ -953,7 +953,7 @@ <h4 class="phpdocumentor-element__name" id="method_on">
953953 < aside class ="phpdocumentor-element-found-in ">
954954 < abbr class ="phpdocumentor-element-found-in__file " title ="system/Events/Events.php "> < a href ="files/system-events-events.html "> < abbr title ="system/Events/Events.php "> Events.php</ abbr > </ a > </ abbr >
955955 :
956- < span class ="phpdocumentor-element-found-in__line "> 119 </ span >
956+ < span class ="phpdocumentor-element-found-in__line "> 116 </ span >
957957
958958 </ aside >
959959
@@ -962,7 +962,7 @@ <h4 class="phpdocumentor-element__name" id="method_on">
962962
963963 < code class ="phpdocumentor-code phpdocumentor-signature ">
964964 < span class ="phpdocumentor-signature__visibility "> public</ span >
965- < span class ="phpdocumentor-signature__static "> static</ span > < span class ="phpdocumentor-signature__name "> on</ span > < span > (</ span > < span class ="phpdocumentor-signature__argument "> < span class ="phpdocumentor-signature__argument__return-type "> string </ span > < span class ="phpdocumentor-signature__argument__name "> $eventName</ span > </ span > < span class ="phpdocumentor-signature__argument "> < span > , </ span > < span class ="phpdocumentor-signature__argument__return-type "> callable </ span > < span class ="phpdocumentor-signature__argument__name "> $callback</ span > </ span > < span class ="phpdocumentor-signature__argument "> < span > [</ span > < span > , </ span > < span class ="phpdocumentor-signature__argument__return-type "> int </ span > < span class ="phpdocumentor-signature__argument__name "> $priority</ span > < span > = </ span > < span class ="phpdocumentor-signature__argument__default-value "> self::PRIORITY_NORMAL</ span > < span > ]</ span > </ span > < span > )</ span > < span > : </ span > < span class ="phpdocumentor-signature__response_type "> void</ span > </ code >
965+ < span class ="phpdocumentor-signature__static "> static</ span > < span class ="phpdocumentor-signature__name "> on</ span > < span > (</ span > < span class ="phpdocumentor-signature__argument "> < span class ="phpdocumentor-signature__argument__return-type "> string </ span > < span class ="phpdocumentor-signature__argument__name "> $eventName</ span > </ span > < span class ="phpdocumentor-signature__argument "> < span > , </ span > < span class ="phpdocumentor-signature__argument__return-type "> callable(mixed): mixed </ span > < span class ="phpdocumentor-signature__argument__name "> $callback</ span > </ span > < span class ="phpdocumentor-signature__argument "> < span > [</ span > < span > , </ span > < span class ="phpdocumentor-signature__argument__return-type "> int </ span > < span class ="phpdocumentor-signature__argument__name "> $priority</ span > < span > = </ span > < span class ="phpdocumentor-signature__argument__default-value "> self::PRIORITY_NORMAL</ span > < span > ]</ span > </ span > < span > )</ span > < span > : </ span > < span class ="phpdocumentor-signature__response_type "> void</ span > </ code >
966966
967967 < div class ="phpdocumentor-label-line ">
968968 </ div >
@@ -984,7 +984,7 @@ <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
984984 </ dd >
985985 < dt class ="phpdocumentor-argument-list__entry ">
986986 < span class ="phpdocumentor-signature__argument__name "> $callback</ span >
987- : < span class ="phpdocumentor-signature__argument__return-type "> callable</ span >
987+ : < span class ="phpdocumentor-signature__argument__return-type "> callable(mixed): mixed </ span >
988988 </ dt >
989989 < dd class ="phpdocumentor-argument-list__definition ">
990990
@@ -1074,7 +1074,7 @@ <h4 class="phpdocumentor-element__name" id="method_removeListener">
10741074
10751075 < code class ="phpdocumentor-code phpdocumentor-signature ">
10761076 < span class ="phpdocumentor-signature__visibility "> public</ span >
1077- < span class ="phpdocumentor-signature__static "> static</ span > < span class ="phpdocumentor-signature__name "> removeListener</ span > < span > (</ span > < span class ="phpdocumentor-signature__argument "> < span class ="phpdocumentor-signature__argument__return-type "> string </ span > < span class ="phpdocumentor-signature__argument__name "> $eventName</ span > </ span > < span class ="phpdocumentor-signature__argument "> < span > , </ span > < span class ="phpdocumentor-signature__argument__return-type "> callable </ span > < span class ="phpdocumentor-signature__argument__name "> $listener</ span > </ span > < span > )</ span > < span > : </ span > < span class ="phpdocumentor-signature__response_type "> bool</ span > </ code >
1077+ < span class ="phpdocumentor-signature__static "> static</ span > < span class ="phpdocumentor-signature__name "> removeListener</ span > < span > (</ span > < span class ="phpdocumentor-signature__argument "> < span class ="phpdocumentor-signature__argument__return-type "> string </ span > < span class ="phpdocumentor-signature__argument__name "> $eventName</ span > </ span > < span class ="phpdocumentor-signature__argument "> < span > , </ span > < span class ="phpdocumentor-signature__argument__return-type "> callable(mixed): mixed </ span > < span class ="phpdocumentor-signature__argument__name "> $listener</ span > </ span > < span > )</ span > < span > : </ span > < span class ="phpdocumentor-signature__response_type "> bool</ span > </ code >
10781078
10791079 < div class ="phpdocumentor-label-line ">
10801080 </ div >
@@ -1094,7 +1094,7 @@ <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
10941094 </ dd >
10951095 < dt class ="phpdocumentor-argument-list__entry ">
10961096 < span class ="phpdocumentor-signature__argument__name "> $listener</ span >
1097- : < span class ="phpdocumentor-signature__argument__return-type "> callable</ span >
1097+ : < span class ="phpdocumentor-signature__argument__return-type "> callable(mixed): mixed </ span >
10981098 </ dt >
10991099 < dd class ="phpdocumentor-argument-list__definition ">
11001100
@@ -1125,15 +1125,15 @@ <h4 class="phpdocumentor-element__name" id="method_setFiles">
11251125 < aside class ="phpdocumentor-element-found-in ">
11261126 < abbr class ="phpdocumentor-element-found-in__file " title ="system/Events/Events.php "> < a href ="files/system-events-events.html "> < abbr title ="system/Events/Events.php "> Events.php</ abbr > </ a > </ abbr >
11271127 :
1128- < span class ="phpdocumentor-element-found-in__line "> 249 </ span >
1128+ < span class ="phpdocumentor-element-found-in__line "> 251 </ span >
11291129
11301130 </ aside >
11311131
11321132 < p class ="phpdocumentor-summary "> Sets the path to the file that routes are read from.</ p >
11331133
11341134 < code class ="phpdocumentor-code phpdocumentor-signature ">
11351135 < span class ="phpdocumentor-signature__visibility "> public</ span >
1136- < span class ="phpdocumentor-signature__static "> static</ span > < span class ="phpdocumentor-signature__name "> setFiles</ span > < span > (</ span > < span class ="phpdocumentor-signature__argument "> < span class ="phpdocumentor-signature__argument__return-type "> array<string| int, mixed > </ span > < span class ="phpdocumentor-signature__argument__name "> $files</ span > </ span > < span > )</ span > < span > : </ span > < span class ="phpdocumentor-signature__response_type "> void</ span > </ code >
1136+ < span class ="phpdocumentor-signature__static "> static</ span > < span class ="phpdocumentor-signature__name "> setFiles</ span > < span > (</ span > < span class ="phpdocumentor-signature__argument "> < span class ="phpdocumentor-signature__argument__return-type "> array<int, string > </ span > < span class ="phpdocumentor-signature__argument__name "> $files</ span > </ span > < span > )</ span > < span > : </ span > < span class ="phpdocumentor-signature__response_type "> void</ span > </ code >
11371137
11381138 < div class ="phpdocumentor-label-line ">
11391139 </ div >
@@ -1143,7 +1143,7 @@ <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
11431143 < dl class ="phpdocumentor-argument-list ">
11441144 < dt class ="phpdocumentor-argument-list__entry ">
11451145 < span class ="phpdocumentor-signature__argument__name "> $files</ span >
1146- : < span class ="phpdocumentor-signature__argument__return-type "> array<string| int, mixed ></ span >
1146+ : < span class ="phpdocumentor-signature__argument__return-type "> array<int, string ></ span >
11471147 </ dt >
11481148 < dd class ="phpdocumentor-argument-list__definition ">
11491149
@@ -1170,7 +1170,7 @@ <h4 class="phpdocumentor-element__name" id="method_simulate">
11701170 < aside class ="phpdocumentor-element-found-in ">
11711171 < abbr class ="phpdocumentor-element-found-in__file " title ="system/Events/Events.php "> < a href ="files/system-events-events.html "> < abbr title ="system/Events/Events.php "> Events.php</ abbr > </ a > </ abbr >
11721172 :
1173- < span class ="phpdocumentor-element-found-in__line "> 271 </ span >
1173+ < span class ="phpdocumentor-element-found-in__line "> 273 </ span >
11741174
11751175 </ aside >
11761176
@@ -1217,7 +1217,7 @@ <h4 class="phpdocumentor-element__name" id="method_trigger">
12171217 < aside class ="phpdocumentor-element-found-in ">
12181218 < abbr class ="phpdocumentor-element-found-in__file " title ="system/Events/Events.php "> < a href ="files/system-events-events.html "> < abbr title ="system/Events/Events.php "> Events.php</ abbr > </ a > </ abbr >
12191219 :
1220- < span class ="phpdocumentor-element-found-in__line "> 143 </ span >
1220+ < span class ="phpdocumentor-element-found-in__line "> 140 </ span >
12211221
12221222 </ aside >
12231223
0 commit comments