@@ -5,21 +5,24 @@ |
||
| 5 | 5 | { |
| 6 | 6 | /** |
| 7 | 7 | * @param string $format (See BingAds SDK documentation) |
| 8 | + * @return void |
|
| 8 | 9 | */ |
| 9 | 10 | public function setFormat($format); |
| 10 | 11 | |
| 11 | 12 | /** |
| 12 | 13 | * @param bool $returnOnlyCompleteData |
| 14 | + * @return void |
|
| 13 | 15 | */ |
| 14 | 16 | public function setReturnOnlyCompleteData($returnOnlyCompleteData); |
| 15 | 17 | |
| 16 | 18 | /** |
| 17 | 19 | * @param string $language (See BingAds SDK documentation) |
| 20 | + * @return void |
|
| 18 | 21 | */ |
| 19 | 22 | public function setReportLanguage($language); |
| 20 | 23 | |
| 21 | 24 | /** |
| 22 | - * @return mixed |
|
| 25 | + * @return \BingAds\Reporting\ReportRequest |
|
| 23 | 26 | */ |
| 24 | 27 | public function getRequest(); |
| 25 | 28 | } |
@@ -7,13 +7,13 @@ |
||
| 7 | 7 | use Mockery\MockInterface; |
| 8 | 8 | use PHPUnit_Framework_TestCase; |
| 9 | 9 | use SoapFault; |
| 10 | -use stdClass; |
|
| 11 | 10 | use Werkspot\BingAdsApiBundle\Api\Client; |
| 12 | 11 | use Werkspot\BingAdsApiBundle\Api\Exceptions; |
| 13 | 12 | use Werkspot\BingAdsApiBundle\Api\Helper; |
| 14 | 13 | use Werkspot\BingAdsApiBundle\Guzzle\OauthTokenService; |
| 15 | 14 | use Werkspot\BingAdsApiBundle\Model\AccessToken; |
| 16 | 15 | use Werkspot\BingAdsApiBundle\Model\ApiDetails; |
| 16 | +use stdClass; |
|
| 17 | 17 | |
| 18 | 18 | class ClientTest extends PHPUnit_Framework_TestCase |
| 19 | 19 | { |
@@ -11,7 +11,6 @@ discard block |
||
| 11 | 11 | use Mockery; |
| 12 | 12 | use PHPUnit_Framework_TestCase; |
| 13 | 13 | use SoapFault; |
| 14 | -use stdClass; |
|
| 15 | 14 | use Symfony\Component\Filesystem\Filesystem; |
| 16 | 15 | use Werkspot\BingAdsApiBundle\Api\Client; |
| 17 | 16 | use Werkspot\BingAdsApiBundle\Api\Exceptions; |
@@ -20,6 +19,7 @@ discard block |
||
| 20 | 19 | use Werkspot\BingAdsApiBundle\Guzzle\OauthTokenService; |
| 21 | 20 | use Werkspot\BingAdsApiBundle\Model\AccessToken; |
| 22 | 21 | use Werkspot\BingAdsApiBundle\Model\ApiDetails; |
| 22 | +use stdClass; |
|
| 23 | 23 | |
| 24 | 24 | class GeoLocationPerformanceReportTest extends PHPUnit_Framework_TestCase |
| 25 | 25 | { |