creof/doctrine2-spatial

View on GitHub

Showing 447 of 447 total issues

Line exceeds 120 characters; contains 161 characters
Open

        $query  = $this->getEntityManager()->createQuery('SELECT p, ST_Distance(p.point, ST_GeomFromText(:p1)) FROM CrEOF\Spatial\Tests\Fixtures\PointEntity p');

Line exceeds 120 characters; contains 162 characters
Open

        $query  = $this->getEntityManager()->createQuery('SELECT p, MBRDisjoint(p.polygon, GeomFromText(:p1)) FROM CrEOF\Spatial\Tests\Fixtures\PolygonEntity p');

Line exceeds 120 characters; contains 168 characters
Open

        $query  = $this->getEntityManager()->createQuery('SELECT p, ST_Distance_Sphere(p.point, ST_GeomFromText(:p1)) FROM CrEOF\Spatial\Tests\Fixtures\PointEntity p');

Line exceeds 120 characters; contains 163 characters
Open

        $query  = $this->getEntityManager()->createQuery('SELECT p, ST_Covers(p.polygon, ST_GeomFromText(:p1)) FROM CrEOF\Spatial\Tests\Fixtures\PolygonEntity p');

Line exceeds 120 characters; contains 177 characters
Open

        $query  = $this->getEntityManager()->createQuery('SELECT p FROM CrEOF\Spatial\Tests\Fixtures\PolygonEntity p WHERE ST_Disjoint(p.polygon, ST_GeomFromText(:p1)) = true');

Whitespace found at end of line
Open

 * @author  

Multi-line function call not indented correctly; expected 8 spaces but found 12
Open

            ))

Whitespace found at end of line
Open

 * @author  

Line indented incorrectly; expected 4 spaces, found 5
Open

     protected $platforms = array('mysql');

Whitespace found at end of line
Open

 * 

Multi-line function call not indented correctly; expected 8 spaces but found 12
Open

            ))

Closing parenthesis of a multi-line function call must be on a line by itself
Open

            ))

Expected 0 spaces before closing bracket; newline found
Open

        $entity->setLineString(new LineString(

Closing parenthesis of a multi-line function call must be on a line by itself
Open

            ))

Closing parenthesis of a multi-line function call must be on a line by itself
Open

            ))

Expected 0 spaces before closing bracket; newline found
Open

        $entity->setLineString(new LineString(

Multi-line function call not indented correctly; expected 8 spaces but found 12
Open

            ))

Multi-line function call not indented correctly; expected 8 spaces but found 12
Open

            ))

Closing parenthesis of a multi-line function call must be on a line by itself
Open

            ))

Whitespace found at end of line
Open

 * @license 
Severity
Category
Status
Source
Language