We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f5c1e5 commit fb30338Copy full SHA for fb30338
src/Common/BaseTableRowItem.php
@@ -29,7 +29,7 @@ abstract class BaseTableRowItem extends BaseHtmlElement
29
* @param object $item
30
* @param BaseItemTable|null $table
31
*/
32
- public function __construct($item, BaseItemTable $table = null)
+ public function __construct($item, ?BaseItemTable $table = null)
33
{
34
$this->item = $item;
35
$this->table = $table;
src/Common/StateBadges.php
@@ -109,7 +109,7 @@ public function setUrl(Url $url): self
109
*
110
* @return Link
111
112
- public function createLink($content, array $filter = null): Link
+ public function createLink($content, ?array $filter = null): Link
113
114
$url = clone $this->getUrl();
115
0 commit comments