@@ -7,10 +7,6 @@ |
||
| 7 | 7 | namespace WebMarketingROI\OptimizelyPHP\Resource\v2; |
| 8 | 8 | |
| 9 | 9 | use WebMarketingROI\OptimizelyPHP\Exception; |
| 10 | -use WebMarketingROI\OptimizelyPHP\Resource\v2\Schedule; |
|
| 11 | -use WebMarketingROI\OptimizelyPHP\Resource\v2\Variation; |
|
| 12 | -use WebMarketingROI\OptimizelyPHP\Resource\v2\Change; |
|
| 13 | -use WebMarketingROI\OptimizelyPHP\Resource\v2\Metric; |
|
| 14 | 10 | |
| 15 | 11 | /** |
| 16 | 12 | * An Optimizely experiment. |
@@ -70,7 +70,7 @@ |
||
| 70 | 70 | case 'page_id': $this->setPageId($value); break; |
| 71 | 71 | |
| 72 | 72 | default: |
| 73 | - throw new Exception('Unknown option found in the UrlTargeting entity: ' . $name); |
|
| 73 | + throw new Exception('Unknown option found in the UrlTargeting entity: '.$name); |
|
| 74 | 74 | } |
| 75 | 75 | } |
| 76 | 76 | } |