Commit ed516521 authored by Gasol Wu's avatar Gasol Wu

follow Zend style, break the line before the "extends" and/or "implements" keywords

parent 973a2347
......@@ -42,7 +42,8 @@
* @package Solarium
* @subpackage Client
*/
class Solarium_Client_RequestBuilder_MoreLikeThis extends Solarium_Client_RequestBuilder
class Solarium_Client_RequestBuilder_MoreLikeThis
extends Solarium_Client_RequestBuilder
{
/**
......
......@@ -42,7 +42,8 @@
* @package Solarium
* @subpackage Client
*/
class Solarium_Client_ResponseParser_MoreLikeThis extends Solarium_Client_ResponseParser_Select
class Solarium_Client_ResponseParser_MoreLikeThis
extends Solarium_Client_ResponseParser_Select
{
/**
......
......@@ -42,7 +42,8 @@
* @package Solarium
* @subpackage Result
*/
class Solarium_Result_Select_MoreLikeThis implements IteratorAggregate, Countable
class Solarium_Result_Select_MoreLikeThis
implements IteratorAggregate, Countable
{
/**
......@@ -107,4 +108,4 @@ class Solarium_Result_Select_MoreLikeThis implements IteratorAggregate, Countabl
{
return count($this->_results);
}
}
\ No newline at end of file
}
......@@ -42,7 +42,8 @@
* @package Solarium
* @subpackage Result
*/
class Solarium_Result_Select_MoreLikeThis_Result implements IteratorAggregate, Countable
class Solarium_Result_Select_MoreLikeThis_Result
implements IteratorAggregate, Countable
{
/**
......@@ -136,4 +137,4 @@ class Solarium_Result_Select_MoreLikeThis_Result implements IteratorAggregate, C
{
return count($this->_documents);
}
}
\ No newline at end of file
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment