Merge pull request #1499 from issei-m/patch-2
minor: removed useless line breaks
This commit is contained in:
commit
233ebb0ba1
@ -90,7 +90,6 @@ class TreeWalkerChainIterator implements \Iterator, \ArrayAccess
|
||||
return key($this->walkers) !== null;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
|
@ -22,7 +22,6 @@ namespace Doctrine\ORM\Tools\Console\Helper;
|
||||
use Doctrine\ORM\EntityManagerInterface;
|
||||
use Symfony\Component\Console\Helper\Helper;
|
||||
|
||||
|
||||
/**
|
||||
* Doctrine CLI Connection Helper.
|
||||
*
|
||||
|
@ -23,7 +23,6 @@ namespace Doctrine\ORM\Tools\Pagination;
|
||||
use Doctrine\ORM\ORMException;
|
||||
use Doctrine\ORM\Query\AST\Functions\FunctionNode;
|
||||
|
||||
|
||||
/**
|
||||
* RowNumberOverFunction
|
||||
*
|
||||
|
@ -17,7 +17,6 @@
|
||||
* <http://www.doctrine-project.org>.
|
||||
*/
|
||||
|
||||
|
||||
namespace Doctrine\ORM\Utility;
|
||||
|
||||
use Doctrine\ORM\UnitOfWork;
|
||||
|
@ -2,7 +2,6 @@
|
||||
|
||||
namespace Doctrine\Tests\Mocks;
|
||||
|
||||
|
||||
use Doctrine\ORM\Cache\CollectionCacheEntry;
|
||||
use Doctrine\ORM\Cache\ConcurrentRegion;
|
||||
use Doctrine\ORM\Cache\LockException;
|
||||
|
@ -17,7 +17,6 @@
|
||||
* <http://www.doctrine-project.org>.
|
||||
*/
|
||||
|
||||
|
||||
namespace Doctrine\Tests\Models\DirectoryTree;
|
||||
|
||||
/**
|
||||
|
@ -8,7 +8,6 @@ use Doctrine\ORM\Cache\Region\DefaultRegion;
|
||||
use Doctrine\Tests\Mocks\CacheEntryMock;
|
||||
use Doctrine\Tests\Mocks\CacheKeyMock;
|
||||
|
||||
|
||||
/**
|
||||
* @group DDC-2183
|
||||
*/
|
||||
|
@ -73,5 +73,3 @@ class PostUpdateListener
|
||||
$this->wasNotified = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
@ -1,9 +1,7 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace Doctrine\Tests\ORM\Functional;
|
||||
|
||||
|
||||
use Doctrine\DBAL\DriverManager;
|
||||
use Doctrine\DBAL\Logging\DebugStack;
|
||||
use Doctrine\DBAL\Logging\SQLLogger;
|
||||
|
@ -92,5 +92,3 @@ class PostFlushListener
|
||||
$this->receivedArgs = $args;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
@ -87,5 +87,3 @@ class DDC1193Account {
|
||||
public $id;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
@ -58,5 +58,3 @@ class DDC144Operand extends DDC144Expression {
|
||||
public $operandProperty;
|
||||
function method() {}
|
||||
}
|
||||
|
||||
|
||||
|
@ -60,5 +60,3 @@ class DDC1515Bar
|
||||
*/
|
||||
public $foo;
|
||||
}
|
||||
|
||||
|
||||
|
@ -59,5 +59,3 @@ class DDC2692Listener implements EventSubscriber {
|
||||
public function preFlush(PreFlushEventArgs $args) {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
@ -71,5 +71,3 @@ class DDC444User
|
||||
*/
|
||||
public $name;
|
||||
}
|
||||
|
||||
|
||||
|
@ -65,7 +65,3 @@ class DDC493Contact
|
||||
/** @Column(type="string") */
|
||||
public $data;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -86,7 +86,3 @@ class DDC512Item
|
||||
*/
|
||||
public $id;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -67,7 +67,3 @@ class DDC513Price {
|
||||
/** @Column(type="string") */
|
||||
public $data;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -17,7 +17,6 @@
|
||||
* <http://www.doctrine-project.org>.
|
||||
*/
|
||||
|
||||
|
||||
namespace Doctrine\Tests\ORM\Mapping;
|
||||
|
||||
use Doctrine\ORM\Mapping\ClassMetadata;
|
||||
|
@ -114,6 +114,3 @@ class PersisterPerformanceTest extends \Doctrine\Tests\OrmFunctionalTestCase
|
||||
echo "100 CmsUser: " . number_format(microtime(true) - $start, 6) . "\n";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user