Skip to content

Commit 2507d0f

Browse files
authoredJul 9, 2022
Apply fixes from StyleCI (#67)
1 parent 2bfcee4 commit 2507d0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/Entities/Properties/Rollup.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ private function isRollupPropertyContentSet($rollupPropertyItem): bool
101101
{
102102
return Arr::exists($rollupPropertyItem, 'type')
103103
&& Arr::exists($rollupPropertyItem, $rollupPropertyItem['type'])
104-
&& !is_null($rollupPropertyItem[$rollupPropertyItem['type']]);
104+
&& ! is_null($rollupPropertyItem[$rollupPropertyItem['type']]);
105105
}
106106

107107
private function setRollupContentDate()

0 commit comments

Comments
 (0)