Skip to content

Commit e43f3f8

Browse files
committed
BUGFIX: buildIndexClassesAndProperties cannot compile static
The class was annotated as CompileStatic but actually cannot be compiled because it returns objects. A better solution with CompileStatic can be found but for now this just removes the annotation.
1 parent 61c581f commit e43f3f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Classes/Flowpack/ElasticSearch/Indexer/Object/IndexInformer.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ public function getClassProperties($className)
115115
* @throws \Flowpack\ElasticSearch\Exception
116116
* @param ObjectManagerInterface $objectManager
117117
* @return array
118-
* @Flow\CompileStatic
119118
*/
120119
public static function buildIndexClassesAndProperties($objectManager)
121120
{

0 commit comments

Comments
 (0)