mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-05 08:17:47 +02:00
Merge pull request #3560 from Nicofuma/ticket/13790
[ticket/13790] Update phpcs
This commit is contained in:
@@ -13,7 +13,6 @@
|
||||
|
||||
namespace phpbb\auth\provider\oauth;
|
||||
|
||||
|
||||
use OAuth\OAuth1\Token\StdOAuth1Token;
|
||||
use OAuth\Common\Token\TokenInterface;
|
||||
use OAuth\Common\Storage\TokenStorageInterface;
|
||||
|
@@ -107,7 +107,7 @@ class sql_insert_buffer
|
||||
* first building a huge rowset. Or at least sizeof($rows) should be kept
|
||||
* small.
|
||||
*
|
||||
* @param array $rows
|
||||
* @param array $rows
|
||||
*
|
||||
* @return bool True when some data was flushed to the database.
|
||||
* False otherwise.
|
||||
|
@@ -60,7 +60,7 @@ abstract class base implements \phpbb\notification\method\method_interface
|
||||
|
||||
/**
|
||||
* Notification Method Base Constructor
|
||||
*
|
||||
*
|
||||
* @param \phpbb\user_loader $user_loader
|
||||
* @param \phpbb\db\driver\driver_interface $db
|
||||
* @param \phpbb\cache\driver\driver_interface $cache
|
||||
@@ -85,7 +85,7 @@ abstract class base implements \phpbb\notification\method\method_interface
|
||||
|
||||
/**
|
||||
* Set notification manager (required)
|
||||
*
|
||||
*
|
||||
* @param \phpbb\notification\manager $notification_manager
|
||||
*/
|
||||
public function set_notification_manager(\phpbb\notification\manager $notification_manager)
|
||||
|
@@ -14,7 +14,6 @@
|
||||
|
||||
namespace phpbb\template\twig\node;
|
||||
|
||||
|
||||
class definenode extends \Twig_Node
|
||||
{
|
||||
public function __construct($capture, \Twig_NodeInterface $name, \Twig_NodeInterface $value, $lineno, $tag = null)
|
||||
|
@@ -13,7 +13,6 @@
|
||||
|
||||
namespace phpbb\template\twig\node;
|
||||
|
||||
|
||||
class event extends \Twig_Node
|
||||
{
|
||||
/**
|
||||
|
@@ -13,7 +13,6 @@
|
||||
|
||||
namespace phpbb\template\twig\node\expression\binary;
|
||||
|
||||
|
||||
class equalequal extends \Twig_Node_Expression_Binary
|
||||
{
|
||||
public function operator(\Twig_Compiler $compiler)
|
||||
|
@@ -13,7 +13,6 @@
|
||||
|
||||
namespace phpbb\template\twig\node\expression\binary;
|
||||
|
||||
|
||||
class notequalequal extends \Twig_Node_Expression_Binary
|
||||
{
|
||||
public function operator(\Twig_Compiler $compiler)
|
||||
|
@@ -13,7 +13,6 @@
|
||||
|
||||
namespace phpbb\template\twig\node;
|
||||
|
||||
|
||||
class includenode extends \Twig_Node_Include
|
||||
{
|
||||
/**
|
||||
|
@@ -14,7 +14,6 @@
|
||||
|
||||
namespace phpbb\template\twig\node;
|
||||
|
||||
|
||||
class includephp extends \Twig_Node
|
||||
{
|
||||
/** @var \Twig_Environment */
|
||||
|
@@ -13,7 +13,6 @@
|
||||
|
||||
namespace phpbb\template\twig\node;
|
||||
|
||||
|
||||
class php extends \Twig_Node
|
||||
{
|
||||
/** @var \Twig_Environment */
|
||||
|
@@ -14,7 +14,6 @@
|
||||
|
||||
namespace phpbb\template\twig\tokenparser;
|
||||
|
||||
|
||||
class defineparser extends \Twig_TokenParser
|
||||
{
|
||||
/**
|
||||
|
@@ -13,7 +13,6 @@
|
||||
|
||||
namespace phpbb\template\twig\tokenparser;
|
||||
|
||||
|
||||
class event extends \Twig_TokenParser
|
||||
{
|
||||
/**
|
||||
|
@@ -13,7 +13,6 @@
|
||||
|
||||
namespace phpbb\template\twig\tokenparser;
|
||||
|
||||
|
||||
class includejs extends \Twig_TokenParser
|
||||
{
|
||||
/**
|
||||
|
@@ -14,7 +14,6 @@
|
||||
|
||||
namespace phpbb\template\twig\tokenparser;
|
||||
|
||||
|
||||
class includeparser extends \Twig_TokenParser_Include
|
||||
{
|
||||
/**
|
||||
|
@@ -14,7 +14,6 @@
|
||||
|
||||
namespace phpbb\template\twig\tokenparser;
|
||||
|
||||
|
||||
class includephp extends \Twig_TokenParser
|
||||
{
|
||||
/**
|
||||
|
@@ -13,7 +13,6 @@
|
||||
|
||||
namespace phpbb\template\twig\tokenparser;
|
||||
|
||||
|
||||
class php extends \Twig_TokenParser
|
||||
{
|
||||
/**
|
||||
|
Reference in New Issue
Block a user