Skip to content

Commit

Permalink
Removed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Ibrahim authored and Ibrahim committed Apr 6, 2018
1 parent fc99082 commit 215c855
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 49 deletions.
4 changes: 1 addition & 3 deletions src/APIException.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<?php
/*
* MessageMediaLookups
*
* This file was automatically generated for MessageMedia by APIMATIC v2.0 ( https://apimatic.io ).
*/

namespace MessageMediaLookupsLib;
Expand All @@ -25,7 +23,7 @@ class APIException extends Exception
* @var Http\HttpContext
*/
private $context;

/**
* The HTTP response code from the API request
* @param string $reason the reason for raising an exception
Expand Down
4 changes: 1 addition & 3 deletions src/APIHelper.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
<?php
/*
* MessageMediaLookups
*
* This file was automatically generated for MessageMedia by APIMATIC v2.0 ( https://apimatic.io ).
*/
*/

namespace MessageMediaLookupsLib;

Expand Down
4 changes: 1 addition & 3 deletions src/Configuration.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
<?php
/*
* MessageMediaLookups
*
* This file was automatically generated for MessageMedia by APIMATIC v2.0 ( https://apimatic.io ).
*/
*/

namespace MessageMediaLookupsLib;

Expand Down
2 changes: 0 additions & 2 deletions src/Controllers/BaseController.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<?php
/*
* MessageMediaLookups
*
* This file was automatically generated for MessageMedia by APIMATIC v2.0 ( https://apimatic.io ).
*/

namespace MessageMediaLookupsLib\Controllers;
Expand Down
4 changes: 1 addition & 3 deletions src/Controllers/LookupsController.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
<?php
/*
* MessageMediaLookups
*
* This file was automatically generated for MessageMedia by APIMATIC v2.0 ( https://apimatic.io ).
*/
*/

namespace MessageMediaLookupsLib\Controllers;

Expand Down
4 changes: 1 addition & 3 deletions src/Http/HttpCallBack.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
<?php
/*
* MessageMediaLookups
*
* This file was automatically generated for MessageMedia by APIMATIC v2.0 ( https://apimatic.io ).
*/
*/

namespace MessageMediaLookupsLib\Http;

Expand Down
2 changes: 0 additions & 2 deletions src/Http/HttpContext.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<?php
/*
* MessageMediaLookups
*
* This file was automatically generated for MessageMedia by APIMATIC v2.0 ( https://apimatic.io ).
*/

namespace MessageMediaLookupsLib\Http;
Expand Down
4 changes: 1 addition & 3 deletions src/Http/HttpMethod.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
<?php
/*
* MessageMediaLookups
*
* This file was automatically generated for MessageMedia by APIMATIC v2.0 ( https://apimatic.io ).
*/
*/

namespace MessageMediaLookupsLib\Http;

Expand Down
14 changes: 6 additions & 8 deletions src/Http/HttpRequest.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
<?php
/*
* MessageMediaLookups
*
* This file was automatically generated for MessageMedia by APIMATIC v2.0 ( https://apimatic.io ).
*/
*/

namespace MessageMediaLookupsLib\Http;

Expand Down Expand Up @@ -35,7 +33,7 @@ class HttpRequest
* @var array
*/
private $parameters = null;

/**
* Create a new HttpRequest
* @param string $httpMethod Http method
Expand All @@ -59,7 +57,7 @@ public function getHttpMethod()
{
return $this->httpMethod;
}

/**
* Set http method
* @param string $httpMethod Http Method as defined in HttpMethod class
Expand All @@ -77,7 +75,7 @@ public function getHeaders()
{
return $this->headers;
}

/**
* Set headers
* @param array $headers Headers as map
Expand All @@ -95,7 +93,7 @@ public function getQueryUrl()
{
return $this->queryUrl;
}

/**
* Set query url
* @param string $queryUrl Query url
Expand All @@ -113,7 +111,7 @@ public function getParameters()
{
return $this->parameters;
}

/**
* Set parameters
* @param array $parameters Map of input parameters
Expand Down
4 changes: 1 addition & 3 deletions src/Http/HttpResponse.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
<?php
/*
* MessageMediaLookups
*
* This file was automatically generated for MessageMedia by APIMATIC v2.0 ( https://apimatic.io ).
*/
*/

namespace MessageMediaLookupsLib\Http;

Expand Down
2 changes: 0 additions & 2 deletions src/MessageMediaLookupsClient.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<?php
/*
* MessageMediaLookups
*
* This file was automatically generated for MessageMedia by APIMATIC v2.0 ( https://apimatic.io ).
*/

namespace MessageMediaLookupsLib;
Expand Down
2 changes: 0 additions & 2 deletions src/Models/LookupAPhoneNumberResponse.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<?php
/*
* MessageMediaLookups
*
* This file was automatically generated for MessageMedia by APIMATIC v2.0 ( https://apimatic.io ).
*/

namespace MessageMediaLookupsLib\Models;
Expand Down
2 changes: 0 additions & 2 deletions tests/Controllers/LookupsControllerTest.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<?php
/*
* MessageMediaLookups
*
* This file was automatically generated for MessageMedia by APIMATIC v2.0 ( https://apimatic.io ).
*/

namespace MessageMediaLookupsLib\Tests;
Expand Down
4 changes: 1 addition & 3 deletions tests/HttpCallBackCatcher.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
<?php
/*
* MessageMediaLookups
*
* This file was automatically generated for MessageMedia by APIMATIC v2.0 ( https://apimatic.io ).
*/
*/

namespace MessageMediaLookupsLib\Tests;

Expand Down
4 changes: 1 addition & 3 deletions tests/TestHelper.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
<?php
/*
* MessageMediaLookups
*
* This file was automatically generated for MessageMedia by APIMATIC v2.0 ( https://apimatic.io ).
*/
*/

namespace MessageMediaLookupsLib\Tests;

Expand Down
5 changes: 1 addition & 4 deletions tests/bootstrap.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
<?php
/*
* MessageMediaLookups
*
* This file was automatically generated for MessageMedia by APIMATIC v2.0 ( https://apimatic.io ).
*/
*/

/**
* Load the composer's autoload file so that we don't have to require files
Expand All @@ -12,4 +10,3 @@
require __DIR__.'/../vendor/autoload.php';
require __DIR__.'/HttpCallBackCatcher.php';
require __DIR__.'/TestHelper.php';

0 comments on commit 215c855

Please sign in to comment.