Skip to content

Commit 215c855

Browse files
IbrahimIbrahim
authored andcommitted
Removed comments
1 parent fc99082 commit 215c855

16 files changed

+16
-49
lines changed

src/APIException.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
<?php
22
/*
33
* MessageMediaLookups
4-
*
5-
* This file was automatically generated for MessageMedia by APIMATIC v2.0 ( https://apimatic.io ).
64
*/
75

86
namespace MessageMediaLookupsLib;
@@ -25,7 +23,7 @@ class APIException extends Exception
2523
* @var Http\HttpContext
2624
*/
2725
private $context;
28-
26+
2927
/**
3028
* The HTTP response code from the API request
3129
* @param string $reason the reason for raising an exception

src/APIHelper.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
<?php
22
/*
33
* MessageMediaLookups
4-
*
5-
* This file was automatically generated for MessageMedia by APIMATIC v2.0 ( https://apimatic.io ).
6-
*/
4+
*/
75

86
namespace MessageMediaLookupsLib;
97

src/Configuration.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
<?php
22
/*
33
* MessageMediaLookups
4-
*
5-
* This file was automatically generated for MessageMedia by APIMATIC v2.0 ( https://apimatic.io ).
6-
*/
4+
*/
75

86
namespace MessageMediaLookupsLib;
97

src/Controllers/BaseController.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
<?php
22
/*
33
* MessageMediaLookups
4-
*
5-
* This file was automatically generated for MessageMedia by APIMATIC v2.0 ( https://apimatic.io ).
64
*/
75

86
namespace MessageMediaLookupsLib\Controllers;

src/Controllers/LookupsController.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
<?php
22
/*
33
* MessageMediaLookups
4-
*
5-
* This file was automatically generated for MessageMedia by APIMATIC v2.0 ( https://apimatic.io ).
6-
*/
4+
*/
75

86
namespace MessageMediaLookupsLib\Controllers;
97

src/Http/HttpCallBack.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
<?php
22
/*
33
* MessageMediaLookups
4-
*
5-
* This file was automatically generated for MessageMedia by APIMATIC v2.0 ( https://apimatic.io ).
6-
*/
4+
*/
75

86
namespace MessageMediaLookupsLib\Http;
97

src/Http/HttpContext.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
<?php
22
/*
33
* MessageMediaLookups
4-
*
5-
* This file was automatically generated for MessageMedia by APIMATIC v2.0 ( https://apimatic.io ).
64
*/
75

86
namespace MessageMediaLookupsLib\Http;

src/Http/HttpMethod.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
<?php
22
/*
33
* MessageMediaLookups
4-
*
5-
* This file was automatically generated for MessageMedia by APIMATIC v2.0 ( https://apimatic.io ).
6-
*/
4+
*/
75

86
namespace MessageMediaLookupsLib\Http;
97

src/Http/HttpRequest.php

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
<?php
22
/*
33
* MessageMediaLookups
4-
*
5-
* This file was automatically generated for MessageMedia by APIMATIC v2.0 ( https://apimatic.io ).
6-
*/
4+
*/
75

86
namespace MessageMediaLookupsLib\Http;
97

@@ -35,7 +33,7 @@ class HttpRequest
3533
* @var array
3634
*/
3735
private $parameters = null;
38-
36+
3937
/**
4038
* Create a new HttpRequest
4139
* @param string $httpMethod Http method
@@ -59,7 +57,7 @@ public function getHttpMethod()
5957
{
6058
return $this->httpMethod;
6159
}
62-
60+
6361
/**
6462
* Set http method
6563
* @param string $httpMethod Http Method as defined in HttpMethod class
@@ -77,7 +75,7 @@ public function getHeaders()
7775
{
7876
return $this->headers;
7977
}
80-
78+
8179
/**
8280
* Set headers
8381
* @param array $headers Headers as map
@@ -95,7 +93,7 @@ public function getQueryUrl()
9593
{
9694
return $this->queryUrl;
9795
}
98-
96+
9997
/**
10098
* Set query url
10199
* @param string $queryUrl Query url
@@ -113,7 +111,7 @@ public function getParameters()
113111
{
114112
return $this->parameters;
115113
}
116-
114+
117115
/**
118116
* Set parameters
119117
* @param array $parameters Map of input parameters

src/Http/HttpResponse.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
<?php
22
/*
33
* MessageMediaLookups
4-
*
5-
* This file was automatically generated for MessageMedia by APIMATIC v2.0 ( https://apimatic.io ).
6-
*/
4+
*/
75

86
namespace MessageMediaLookupsLib\Http;
97

0 commit comments

Comments
 (0)