Firesphere/silverstripe-solr-compatibility

View on GitHub
src/SearchQuery.php

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

The property $default_page_size is not named in camelCase.
Wontfix

class SearchQuery extends BaseQuery
{
    /**
     * @var int Default page size
     */
Severity: Minor
Found in src/SearchQuery.php by phpmd

CamelCasePropertyName

Since: 0.2

It is considered best practice to use the camelCase notation to name attributes.

Example

class ClassName {
    protected $property_name;
}

Source

There are no issues that match your filters.

Category
Status