Skip to content

Commit

Permalink
BUGFIX: buildIndexClassesAndProperties cannot compile static
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
kitsunet committed Feb 19, 2016
1 parent 61c581f commit e43f3f8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ public function getClassProperties($className)
* @throws \Flowpack\ElasticSearch\Exception
* @param ObjectManagerInterface $objectManager
* @return array
* @Flow\CompileStatic
*/
public static function buildIndexClassesAndProperties($objectManager)
{
Expand Down

0 comments on commit e43f3f8

Please sign in to comment.