Skip to content

Commit

Permalink
fix print on CombineIfRector (part 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Nov 17, 2024
1 parent a51f8c5 commit c0c4c25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class PropertyFetchInCondition2
{
public function run()
{
if ($artzo_list !== [] && ($this->art->netzid > 0 && $artzo_list = $this->artzo_list)) {
if ($artzo_list !== [] && $this->art->netzid > 0 && $artzo_list = $this->artzo_list) {
foreach ($artzo_list as $art) {
}
}
Expand Down

0 comments on commit c0c4c25

Please sign in to comment.