File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 "ipl/i18n" : " >=0.2.0" ,
2525 "ipl/orm" : " >=0.5.2" ,
2626 "ipl/scheduler" : " >=0.1.0" ,
27- "ipl/stdlib" : " >=0.13.0 " ,
27+ "ipl/stdlib" : " dev-modernize-code-with-breaking-changes " ,
2828 "fortawesome/font-awesome" : " ^6" ,
2929 "wikimedia/less.php" : " ^3.2.1"
3030 },
3333 "ipl/i18n" : " dev-main" ,
3434 "ipl/orm" : " dev-main" ,
3535 "ipl/scheduler" : " dev-main" ,
36- "ipl/stdlib" : " dev-main " ,
36+ "ipl/stdlib" : " dev-modernize-code-with-breaking-changes " ,
3737 "shardj/zf1-future" : " ^1.22"
3838 }
3939}
Original file line number Diff line number Diff line change @@ -255,7 +255,7 @@ public function populate($values)
255255 parent ::populate ($ values );
256256 }
257257
258- public function isValidEvent ($ event )
258+ public function isValidEvent (string $ event ): bool
259259 {
260260 switch ($ event ) {
261261 case self ::ON_ADD :
You can’t perform that action at this time.
0 commit comments