Skip to content
This repository has been archived by the owner on Jul 28, 2022. It is now read-only.

Commit

Permalink
Merge 3.x into master
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI committed Jan 18, 2017
2 parents 3a5c0af + 7c8fda3 commit dfa7bf4
Show file tree
Hide file tree
Showing 16 changed files with 0 additions and 39 deletions.
2 changes: 0 additions & 2 deletions Backend/PostponeRuntimeBackend.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ class PostponeRuntimeBackend extends RuntimeBackend
protected $postponeOnCli = false;

/**
* Constructor.
*
* @param EventDispatcherInterface $dispatcher
* @param bool $postponeOnCli Whether to postpone the messages on the CLI, too
*/
Expand Down
2 changes: 0 additions & 2 deletions Backend/QueueBackendDispatcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
* Base class for queue backent dispatchers.
*
* @author Kevin Nedelec <kevin.nedelec@ekino.com>
*
* Class QueueBackendDispatcher
*/
abstract class QueueBackendDispatcher implements QueueDispatcherInterface, BackendInterface
{
Expand Down
2 changes: 0 additions & 2 deletions Consumer/ConsumerReturnInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
* Return informations for comsumers.
*
* @author Kevin Nedelec <kevin.nedelec@ekino.com>
*
* Class ConsumerReturnInfo
*/
class ConsumerReturnInfo
{
Expand Down
5 changes: 0 additions & 5 deletions Controller/Api/MessageController.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@
use Symfony\Component\HttpFoundation\Request;

/**
* Class MessageController.
*
*
* @author Hugo Briand <briand@ekino.com>
*/
class MessageController
Expand All @@ -44,8 +41,6 @@ class MessageController
protected $formFactory;

/**
* Constructor.
*
* @param MessageManagerInterface $messageManager
* @param FormFactoryInterface $formFactory
*/
Expand Down
2 changes: 0 additions & 2 deletions Event/DoctrineBackendOptimizeListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
* Used with doctrine backend to clear context taking care of the batch iterations.
*
* @author Kevin Nedelec <kevin.nedelec@ekino.com>
*
* Class DoctrineOptimizeListener
*/
class DoctrineBackendOptimizeListener implements IterationListener
{
Expand Down
2 changes: 0 additions & 2 deletions Event/DoctrineOptimizeListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
* Do not use with doctrine backend, use DoctrineBackendOptimizeListener instead.
*
* @author Kevin Nedelec <kevin.nedelec@ekino.com>
*
* Class DoctrineOptimizeListener
*/
class DoctrineOptimizeListener implements IterationListener
{
Expand Down
2 changes: 0 additions & 2 deletions Event/IterateEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
* Event for ConsumerHandlerCommand iterations event.
*
* @author Kevin Nedelec <kevin.nedelec@ekino.com>
*
* Class IterateEvent
*/
class IterateEvent extends Event
{
Expand Down
2 changes: 0 additions & 2 deletions Event/IterationListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
* Listener for ConsumerHandlerCommand iterations event.
*
* @author Kevin Nedelec <kevin.nedelec@ekino.com>
*
* Class IterationListener
*/
interface IterationListener
{
Expand Down
2 changes: 0 additions & 2 deletions Exception/InvalidParameterException.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
use Sonata\CoreBundle\Exception\InvalidParameterException as CoreBundleException;

/**
* Class InvalidParameterException.
*
* @deprecated Use Sonata\CoreBundle\Exception\InvalidParameterException instead
*/
class InvalidParameterException extends CoreBundleException
Expand Down
3 changes: 0 additions & 3 deletions Iterator/ErroneousMessageIterator.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
use Sonata\NotificationBundle\Model\MessageInterface;
use Sonata\NotificationBundle\Model\MessageManagerInterface;

/**
* Class ErroneousMessageIterator.
*/
class ErroneousMessageIterator extends MessageManagerMessageIterator
{
/**
Expand Down
3 changes: 0 additions & 3 deletions Model/Message.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@ class Message implements MessageInterface
*/
protected $completedAt;

/**
* Constructor.
*/
public function __construct()
{
$this->createdAt = new \DateTime();
Expand Down
3 changes: 0 additions & 3 deletions Tests/Controller/Api/MessageControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
use Symfony\Component\HttpFoundation\Request;

/**
* Class MessageControllerTest.
*
*
* @author Hugo Briand <briand@ekino.com>
*/
class MessageControllerTest extends \PHPUnit_Framework_TestCase
Expand Down
2 changes: 0 additions & 2 deletions Tests/Entity/MessageManagerMock.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@

/**
* @author Kevin Nedelec <kevin.nedelec@ekino.com>
*
* Class MessageManagerMock
*/
class MessageManagerMock extends MessageManager
{
Expand Down
3 changes: 0 additions & 3 deletions Tests/Exception/InvalidParameterExceptionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
use Sonata\NotificationBundle\Exception\InvalidParameterException;

/**
* Class InvalidParameterExceptionTest.
*
*
* @author Hugo Briand <briand@ekino.com>
*/
class InvalidParameterExceptionTest extends \PHPUnit_Framework_TestCase
Expand Down
2 changes: 0 additions & 2 deletions Tests/Iterator/MessageManagerMessageIterator.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@

/**
* @author Kevin Nedelec <kevin.nedelec@ekino.com>
*
* Class MessageManagerMessageIterator
*/
class MessageManagerMessageIterator extends Iterator
{
Expand Down
2 changes: 0 additions & 2 deletions Tests/Iterator/MessageManagerMessageIteratorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@

/**
* @author Kevin Nedelec <kevin.nedelec@ekino.com>
*
* Class MessageManagerMessageIteratorTest
*/
class MessageManagerMessageIteratorTest extends \PHPUnit_Framework_TestCase
{
Expand Down

0 comments on commit dfa7bf4

Please sign in to comment.