Skip to content

Commit 8238cb3

Browse files
committed
[DOCS] Update URL/Email in class-level doc blocks
1 parent fcc4ad6 commit 8238cb3

File tree

182 files changed

+360
-360
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

182 files changed

+360
-360
lines changed

src/Elasticsearch/Client.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
*
2020
* @category Elasticsearch
2121
* @package Elasticsearch
22-
* @author Zachary Tong <zachary.tong@elasticsearch.com>
22+
* @author Zachary Tong <zach@elastic.co>
2323
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache2
24-
* @link http://elasticsearch.org
24+
* @link http://elastic.co
2525
*/
2626
class Client
2727
{

src/Elasticsearch/ClientBuilder.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
*
2828
* @category Elasticsearch
2929
* @package Elasticsearch\Common\Exceptions
30-
* @author Zachary Tong <zachary.tong@elasticsearch.com>
30+
* @author Zachary Tong <zach@elastic.co>
3131
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache2
32-
* @link http://elasticsearch.org
32+
* @link http://elastic.co
3333
*/
3434
class ClientBuilder
3535
{

src/Elasticsearch/Common/EmptyLogger.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
*
1414
* @category Elasticsearch
1515
* @package Elasticsearch\Common
16-
* @author Zachary Tong <zachary.tong@elasticsearch.com>
16+
* @author Zachary Tong <zach@elastic.co>
1717
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache2
18-
* @link http://elasticsearch.org
18+
* @link http://elastic.co
1919
*/
2020
class EmptyLogger extends AbstractLogger implements LoggerInterface
2121
{

src/Elasticsearch/Common/Exceptions/AlreadyExpiredException.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
*
88
* @category Elasticsearch
99
* @package Elasticsearch\Common\Exceptions
10-
* @author Zachary Tong <zachary.tong@elasticsearch.com>
10+
* @author Zachary Tong <zach@elastic.co>
1111
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache2
12-
* @link http://elasticsearch.org
12+
* @link http://elastic.co
1313
*/
1414
class AlreadyExpiredException extends \Exception implements ElasticsearchException
1515
{

src/Elasticsearch/Common/Exceptions/BadMethodCallException.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
*
1010
* @category Elasticsearch
1111
* @package Elasticsearch\Common\Exceptions
12-
* @author Zachary Tong <zachary.tong@elasticsearch.com>
12+
* @author Zachary Tong <zach@elastic.co>
1313
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache2
14-
* @link http://elasticsearch.org
14+
* @link http://elastic.co
1515
*/
1616
class BadMethodCallException extends \BadMethodCallException implements ElasticsearchException
1717
{

src/Elasticsearch/Common/Exceptions/BadRequest400Exception.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
*
88
* @category Elasticsearch
99
* @package Elasticsearch\Common\Exceptions
10-
* @author Zachary Tong <zachary.tong@elasticsearch.com>
10+
* @author Zachary Tong <zach@elastic.co>
1111
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache2
12-
* @link http://elasticsearch.org
12+
* @link http://elastic.co
1313
*/
1414
class BadRequest400Exception extends \Exception implements ElasticsearchException
1515
{

src/Elasticsearch/Common/Exceptions/ClientErrorResponseException.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
*
88
* @category Elasticsearch
99
* @package Elasticsearch\Common\Exceptions
10-
* @author Zachary Tong <zachary.tong@elasticsearch.com>
10+
* @author Zachary Tong <zach@elastic.co>
1111
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache2
12-
* @link http://elasticsearch.org
12+
* @link http://elastic.co
1313
*/
1414
class ClientErrorResponseException extends TransportException implements ElasticsearchException
1515
{

src/Elasticsearch/Common/Exceptions/Conflict409Exception.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
*
88
* @category Elasticsearch
99
* @package Elasticsearch\Common\Exceptions
10-
* @author Zachary Tong <zachary.tong@elasticsearch.com>
10+
* @author Zachary Tong <zach@elastic.co>
1111
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache2
12-
* @link http://elasticsearch.org
12+
* @link http://elastic.co
1313
*/
1414
class Conflict409Exception extends \Exception implements ElasticsearchException
1515
{

src/Elasticsearch/Common/Exceptions/Curl/CouldNotConnectToHost.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
*
1111
* @category Elasticsearch
1212
* @package Elasticsearch\Common\Exceptions\Curl
13-
* @author Zachary Tong <zachary.tong@elasticsearch.com>
13+
* @author Zachary Tong <zach@elastic.co>
1414
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache2
15-
* @link http://elasticsearch.org
15+
* @link http://elastic.co
1616
*/
1717
class CouldNotConnectToHost extends TransportException implements ElasticsearchException
1818
{

src/Elasticsearch/Common/Exceptions/Curl/CouldNotResolveHostException.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
*
1111
* @category Elasticsearch
1212
* @package Elasticsearch\Common\Exceptions\Curl
13-
* @author Zachary Tong <zachary.tong@elasticsearch.com>
13+
* @author Zachary Tong <zach@elastic.co>
1414
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache2
15-
* @link http://elasticsearch.org
15+
* @link http://elastic.co
1616
*/
1717
class CouldNotResolveHostException extends TransportException implements ElasticsearchException
1818
{

0 commit comments

Comments
 (0)