open-orchestra/open-orchestra-cms-bundle

View on GitHub
GroupBundle/Document/Perimeter.php

Summary

Maintainability
A
0 mins
Test Coverage

Possibly zero references to use statement for classlike/namespace ODM (\Doctrine\ODM\MongoDB\Mapping\Annotations)
Open

use Doctrine\ODM\MongoDB\Mapping\Annotations as ODM;
Severity: Minor
Found in GroupBundle/Document/Perimeter.php by phan

Each PHP statement must be on a line by itself
Open

        $this->items = array_unique (array_merge ($this->items, $items));;

Space before opening parenthesis of function call prohibited
Open

        $this->items = array_unique (array_merge ($this->items, $items));;

Space before opening parenthesis of function call prohibited
Open

        $this->items = array_unique (array_merge ($this->items, $items));;

There are no issues that match your filters.

Category
Status