Completed
Push — master ( a242c7...a8b0c3 )
by Oleg
06:13
created
lib/WebMarketingROI/OptimizelyPHP/Resource/v2/UrlTargeting.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.