Skip to content

Commit 04ee1a7

Browse files
authored
Merge pull request orchidsoftware#1340 from orchidsoftware/analysis-jL96KL
Apply fixes from StyleCI
2 parents 756f4ed + 1f7ffb3 commit 04ee1a7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Screen/Components/Popover.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ public function render()
5252
*/
5353
public function shouldRender()
5454
{
55-
return !empty($this->content);
55+
return ! empty($this->content);
5656
}
57-
5857
}

0 commit comments

Comments
 (0)