forked from hans/Nominatim
phpcs fixes. Mostly spacing and single quotes
This commit is contained in:
@@ -6,6 +6,8 @@ require_once '../../lib/Phrase.php';
|
||||
|
||||
class PhraseTest extends \PHPUnit_Framework_TestCase
|
||||
{
|
||||
|
||||
|
||||
private function serializeSets($aSets)
|
||||
{
|
||||
$aParts = array();
|
||||
|
||||
@@ -10,6 +10,7 @@ class SearchContextTest extends \PHPUnit_Framework_TestCase
|
||||
{
|
||||
private $oCtx;
|
||||
|
||||
|
||||
protected function setUp()
|
||||
{
|
||||
$this->oCtx = new SearchContext();
|
||||
|
||||
Reference in New Issue
Block a user