Skip to content

Commit b8f8205

Browse files
committed
Modernize according to ipl-stdlib changes
1 parent 01b4082 commit b8f8205

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
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
},
@@ -33,7 +33,7 @@
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
}

src/Control/SearchBar.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)