We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 2bfcee4 commit 2507d0fCopy full SHA for 2507d0f
src/Entities/Properties/Rollup.php
@@ -101,7 +101,7 @@ private function isRollupPropertyContentSet($rollupPropertyItem): bool
101
{
102
return Arr::exists($rollupPropertyItem, 'type')
103
&& Arr::exists($rollupPropertyItem, $rollupPropertyItem['type'])
104
- && !is_null($rollupPropertyItem[$rollupPropertyItem['type']]);
+ && ! is_null($rollupPropertyItem[$rollupPropertyItem['type']]);
105
}
106
107
private function setRollupContentDate()
0 commit comments