Skip to content

Commit

Permalink
[DOCS] Update URL/Email in class-level doc blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
polyfractal committed May 9, 2016
1 parent fcc4ad6 commit 8238cb3
Show file tree
Hide file tree
Showing 182 changed files with 360 additions and 360 deletions.
4 changes: 2 additions & 2 deletions src/Elasticsearch/Client.php
Expand Up @@ -19,9 +19,9 @@
*
* @category Elasticsearch
* @package Elasticsearch
* @author Zachary Tong <zachary.tong@elasticsearch.com>
* @author Zachary Tong <zach@elastic.co>
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache2
* @link http://elasticsearch.org
* @link http://elastic.co
*/
class Client
{
Expand Down
4 changes: 2 additions & 2 deletions src/Elasticsearch/ClientBuilder.php
Expand Up @@ -27,9 +27,9 @@
*
* @category Elasticsearch
* @package Elasticsearch\Common\Exceptions
* @author Zachary Tong <zachary.tong@elasticsearch.com>
* @author Zachary Tong <zach@elastic.co>
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache2
* @link http://elasticsearch.org
* @link http://elastic.co
*/
class ClientBuilder
{
Expand Down
4 changes: 2 additions & 2 deletions src/Elasticsearch/Common/EmptyLogger.php
Expand Up @@ -13,9 +13,9 @@
*
* @category Elasticsearch
* @package Elasticsearch\Common
* @author Zachary Tong <zachary.tong@elasticsearch.com>
* @author Zachary Tong <zach@elastic.co>
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache2
* @link http://elasticsearch.org
* @link http://elastic.co
*/
class EmptyLogger extends AbstractLogger implements LoggerInterface
{
Expand Down
Expand Up @@ -7,9 +7,9 @@
*
* @category Elasticsearch
* @package Elasticsearch\Common\Exceptions
* @author Zachary Tong <zachary.tong@elasticsearch.com>
* @author Zachary Tong <zach@elastic.co>
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache2
* @link http://elasticsearch.org
* @link http://elastic.co
*/
class AlreadyExpiredException extends \Exception implements ElasticsearchException
{
Expand Down
Expand Up @@ -9,9 +9,9 @@
*
* @category Elasticsearch
* @package Elasticsearch\Common\Exceptions
* @author Zachary Tong <zachary.tong@elasticsearch.com>
* @author Zachary Tong <zach@elastic.co>
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache2
* @link http://elasticsearch.org
* @link http://elastic.co
*/
class BadMethodCallException extends \BadMethodCallException implements ElasticsearchException
{
Expand Down
Expand Up @@ -7,9 +7,9 @@
*
* @category Elasticsearch
* @package Elasticsearch\Common\Exceptions
* @author Zachary Tong <zachary.tong@elasticsearch.com>
* @author Zachary Tong <zach@elastic.co>
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache2
* @link http://elasticsearch.org
* @link http://elastic.co
*/
class BadRequest400Exception extends \Exception implements ElasticsearchException
{
Expand Down
Expand Up @@ -7,9 +7,9 @@
*
* @category Elasticsearch
* @package Elasticsearch\Common\Exceptions
* @author Zachary Tong <zachary.tong@elasticsearch.com>
* @author Zachary Tong <zach@elastic.co>
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache2
* @link http://elasticsearch.org
* @link http://elastic.co
*/
class ClientErrorResponseException extends TransportException implements ElasticsearchException
{
Expand Down
4 changes: 2 additions & 2 deletions src/Elasticsearch/Common/Exceptions/Conflict409Exception.php
Expand Up @@ -7,9 +7,9 @@
*
* @category Elasticsearch
* @package Elasticsearch\Common\Exceptions
* @author Zachary Tong <zachary.tong@elasticsearch.com>
* @author Zachary Tong <zach@elastic.co>
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache2
* @link http://elasticsearch.org
* @link http://elastic.co
*/
class Conflict409Exception extends \Exception implements ElasticsearchException
{
Expand Down
Expand Up @@ -10,9 +10,9 @@
*
* @category Elasticsearch
* @package Elasticsearch\Common\Exceptions\Curl
* @author Zachary Tong <zachary.tong@elasticsearch.com>
* @author Zachary Tong <zach@elastic.co>
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache2
* @link http://elasticsearch.org
* @link http://elastic.co
*/
class CouldNotConnectToHost extends TransportException implements ElasticsearchException
{
Expand Down
Expand Up @@ -10,9 +10,9 @@
*
* @category Elasticsearch
* @package Elasticsearch\Common\Exceptions\Curl
* @author Zachary Tong <zachary.tong@elasticsearch.com>
* @author Zachary Tong <zach@elastic.co>
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache2
* @link http://elasticsearch.org
* @link http://elastic.co
*/
class CouldNotResolveHostException extends TransportException implements ElasticsearchException
{
Expand Down
Expand Up @@ -10,9 +10,9 @@
*
* @category Elasticsearch
* @package Elasticsearch\Common\Exceptions\Curl
* @author Zachary Tong <zachary.tong@elasticsearch.com>
* @author Zachary Tong <zach@elastic.co>
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache2
* @link http://elasticsearch.org
* @link http://elastic.co
*/
class OperationTimeoutException extends TransportException implements ElasticsearchException
{
Expand Down
Expand Up @@ -7,9 +7,9 @@
*
* @category Elasticsearch
* @package Elasticsearch\Common\Exceptions
* @author Zachary Tong <zachary.tong@elasticsearch.com>
* @author Zachary Tong <zach@elastic.co>
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache2
* @link http://elasticsearch.org
* @link http://elastic.co
*/
interface ElasticsearchException
{
Expand Down
4 changes: 2 additions & 2 deletions src/Elasticsearch/Common/Exceptions/Forbidden403Exception.php
Expand Up @@ -7,9 +7,9 @@
*
* @category Elasticsearch
* @package Elasticsearch\Common\Exceptions
* @author Zachary Tong <zachary.tong@elasticsearch.com>
* @author Zachary Tong <zach@elastic.co>
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache2
* @link http://elasticsearch.org
* @link http://elastic.co
*/
class Forbidden403Exception extends \Exception implements ElasticsearchException
{
Expand Down
Expand Up @@ -9,9 +9,9 @@
*
* @category Elasticsearch
* @package Elasticsearch\Common\Exceptions
* @author Zachary Tong <zachary.tong@elasticsearch.com>
* @author Zachary Tong <zach@elastic.co>
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache2
* @link http://elasticsearch.org
* @link http://elastic.co
*/
class InvalidArgumentException extends \InvalidArgumentException implements ElasticsearchException
{
Expand Down
4 changes: 2 additions & 2 deletions src/Elasticsearch/Common/Exceptions/MaxRetriesException.php
Expand Up @@ -7,9 +7,9 @@
*
* @category Elasticsearch
* @package Elasticsearch\Common\Exceptions
* @author Zachary Tong <zachary.tong@elasticsearch.com>
* @author Zachary Tong <zach@elastic.co>
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache2
* @link http://elasticsearch.org
* @link http://elastic.co
*/
class MaxRetriesException extends TransportException implements ElasticsearchException
{
Expand Down
4 changes: 2 additions & 2 deletions src/Elasticsearch/Common/Exceptions/Missing404Exception.php
Expand Up @@ -7,9 +7,9 @@
*
* @category Elasticsearch
* @package Elasticsearch\Common\Exceptions
* @author Zachary Tong <zachary.tong@elasticsearch.com>
* @author Zachary Tong <zach@elastic.co>
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache2
* @link http://elasticsearch.org
* @link http://elastic.co
*/
class Missing404Exception extends \Exception implements ElasticsearchException
{
Expand Down
Expand Up @@ -7,9 +7,9 @@
*
* @category Elasticsearch
* @package Elasticsearch\Common\Exceptions
* @author Zachary Tong <zachary.tong@elasticsearch.com>
* @author Zachary Tong <zach@elastic.co>
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache2
* @link http://elasticsearch.org
* @link http://elastic.co
*/
class NoDocumentsToGetException extends ServerErrorResponseException implements ElasticsearchException
{
Expand Down
Expand Up @@ -7,9 +7,9 @@
*
* @category Elasticsearch
* @package Elasticsearch\Common\Exceptions
* @author Zachary Tong <zachary.tong@elasticsearch.com>
* @author Zachary Tong <zach@elastic.co>
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache2
* @link http://elasticsearch.org
* @link http://elastic.co
*/
class NoNodesAvailableException extends \Exception implements ElasticsearchException
{
Expand Down
Expand Up @@ -7,9 +7,9 @@
*
* @category Elasticsearch
* @package Elasticsearch\Common\Exceptions
* @author Zachary Tong <zachary.tong@elasticsearch.com>
* @author Zachary Tong <zach@elastic.co>
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache2
* @link http://elasticsearch.org
* @link http://elastic.co
*/
class NoShardAvailableException extends ServerErrorResponseException implements ElasticsearchException
{
Expand Down
Expand Up @@ -7,9 +7,9 @@
*
* @category Elasticsearch
* @package Elasticsearch\Common\Exceptions
* @author Zachary Tong <zachary.tong@elasticsearch.com>
* @author Zachary Tong <zach@elastic.co>
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache2
* @link http://elasticsearch.org
* @link http://elastic.co
*/
class RequestTimeout408Exception extends BadRequest400Exception implements ElasticsearchException
{
Expand Down
Expand Up @@ -8,9 +8,9 @@
*
* @category Elasticsearch
* @package Elasticsearch\Common\Exceptions
* @author Zachary Tong <zachary.tong@elasticsearch.com>
* @author Zachary Tong <zach@elastic.co>
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache2
* @link http://elasticsearch.org
* @link http://elastic.co
*/
class RoutingMissingException extends ServerErrorResponseException implements ElasticsearchException
{
Expand Down
4 changes: 2 additions & 2 deletions src/Elasticsearch/Common/Exceptions/RuntimeException.php
Expand Up @@ -7,9 +7,9 @@
*
* @category Elasticsearch
* @package Elasticsearch\Common\Exceptions
* @author Zachary Tong <zachary.tong@elasticsearch.com>
* @author Zachary Tong <zach@elastic.co>
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache2
* @link http://elasticsearch.org
* @link http://elastic.co
*/
class RuntimeException extends \RuntimeException implements ElasticsearchException
{
Expand Down
Expand Up @@ -7,9 +7,9 @@
*
* @category Elasticsearch
* @package Elasticsearch\Common\Exceptions
* @author Zachary Tong <zachary.tong@elasticsearch.com>
* @author Zachary Tong <zach@elastic.co>
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache2
* @link http://elasticsearch.org
* @link http://elastic.co
*/
class ScriptLangNotSupportedException extends BadRequest400Exception implements ElasticsearchException
{
Expand Down
Expand Up @@ -11,7 +11,7 @@
* @package Elasticsearch\Common\Exceptions\Curl
* @author Bez Hermoso <bezalelhermoso@gmail.com>
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache2
* @link http://elasticsearch.org
* @link http://elastic.co
*/
class JsonErrorException extends \Exception implements ElasticsearchException
{
Expand Down
Expand Up @@ -7,9 +7,9 @@
*
* @category Elasticsearch
* @package Elasticsearch\Common\Exceptions
* @author Zachary Tong <zachary.tong@elasticsearch.com>
* @author Zachary Tong <zach@elastic.co>
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache2
* @link http://elasticsearch.org
* @link http://elastic.co
*/
class ServerErrorResponseException extends TransportException implements ElasticsearchException
{
Expand Down
4 changes: 2 additions & 2 deletions src/Elasticsearch/Common/Exceptions/TransportException.php
Expand Up @@ -7,9 +7,9 @@
*
* @category Elasticsearch
* @package Elasticsearch\Common\Exceptions
* @author Zachary Tong <zachary.tong@elasticsearch.com>
* @author Zachary Tong <zach@elastic.co>
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache2
* @link http://elasticsearch.org
* @link http://elastic.co
*/
class TransportException extends \Exception implements ElasticsearchException
{
Expand Down
Expand Up @@ -9,9 +9,9 @@
*
* @category Elasticsearch
* @package Elasticsearch\Common\Exceptions
* @author Zachary Tong <zachary.tong@elasticsearch.com>
* @author Zachary Tong <zach@elastic.co>
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache2
* @link http://elasticsearch.org
* @link http://elastic.co
*/
class UnexpectedValueException extends \UnexpectedValueException implements ElasticsearchException
{
Expand Down
4 changes: 2 additions & 2 deletions src/Elasticsearch/ConnectionPool/AbstractConnectionPool.php
Expand Up @@ -12,9 +12,9 @@
*
* @category Elasticsearch
* @package Elasticsearch\ConnectionPool
* @author Zachary Tong <zachary.tong@elasticsearch.com>
* @author Zachary Tong <zach@elastic.co>
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache2
* @link http://elasticsearch.org
* @link http://elastic.co
*/
abstract class AbstractConnectionPool implements ConnectionPoolInterface
{
Expand Down
4 changes: 2 additions & 2 deletions src/Elasticsearch/ConnectionPool/ConnectionPoolInterface.php
Expand Up @@ -9,9 +9,9 @@
*
* @category Elasticsearch
* @package Elasticsearch\ConnectionPool
* @author Zachary Tong <zachary.tong@elasticsearch.com>
* @author Zachary Tong <zach@elastic.co>
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache2
* @link http://elasticsearch.org
* @link http://elastic.co
*/
interface ConnectionPoolInterface
{
Expand Down
4 changes: 2 additions & 2 deletions src/Elasticsearch/ConnectionPool/Selectors/RandomSelector.php
Expand Up @@ -9,9 +9,9 @@
*
* @category Elasticsearch
* @package Elasticsearch\Connections\Selectors\RandomSelector
* @author Zachary Tong <zachary.tong@elasticsearch.com>
* @author Zachary Tong <zach@elastic.co>
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache2
* @link http://elasticsearch.org
* @link http://elastic.co
*/
class RandomSelector implements SelectorInterface
{
Expand Down
Expand Up @@ -9,9 +9,9 @@
*
* @category Elasticsearch
* @package Elasticsearch\ConnectionPool\Selectors\ConnectionPool
* @author Zachary Tong <zachary.tong@elasticsearch.com>
* @author Zachary Tong <zach@elastic.co>
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache2
* @link http://elasticsearch.org
* @link http://elastic.co
*/
class RoundRobinSelector implements SelectorInterface
{
Expand Down
Expand Up @@ -7,9 +7,9 @@
*
* @category Elasticsearch
* @package Elasticsearch\Connections\Selectors
* @author Zachary Tong <zachary.tong@elasticsearch.com>
* @author Zachary Tong <zach@elastic.co>
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache2
* @link http://elasticsearch.org
* @link http://elastic.co
*/
interface SelectorInterface
{
Expand Down
Expand Up @@ -9,9 +9,9 @@
*
* @category Elasticsearch
* @package Elasticsearch\ConnectionPool\Selectors\ConnectionPool
* @author Zachary Tong <zachary.tong@elasticsearch.com>
* @author Zachary Tong <zach@elastic.co>
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache2
* @link http://elasticsearch.org
* @link http://elastic.co
*/
class StickyRoundRobinSelector implements SelectorInterface
{
Expand Down

0 comments on commit 8238cb3

Please sign in to comment.