Skip to content

Commit 0caf03f

Browse files
author
Ray Tsang
committed
Preparing src for release 5.3.1
1 parent afdd17c commit 0caf03f

File tree

267 files changed

+230944
-827
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

267 files changed

+230944
-827
lines changed

ChangeLog.md

Lines changed: 10 additions & 0 deletions

build_lib/WSDLInterpreter/WSDLInterpreter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ private function generateServicePHP(WsdlElement_Service $service) {
681681
* @package {$this->package}
682682
* @subpackage {$this->version}
683683
*/
684-
class {$service->getName()} extends {$this->utils->namespaceName($this->soapClientClassName)} {
684+
class {$service->getName()} extends {$this->soapClientClassName} {
685685
686686
const SERVICE_NAME = "{$service->getRawName()}";
687687
const WSDL_NAMESPACE = "{$this->serviceNamespace}";

examples/AdWords/v201309/AccountManagement/CreateAccount.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* @copyright 2012, Google Inc. All Rights Reserved.
3030
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License,
3131
* Version 2.0
32-
* @author Eric Koleda <[email protected]>
32+
* @author Eric Koleda
3333
*/
3434

3535
// Include the initialization file

examples/AdWords/v201309/AccountManagement/GetAccountHierarchy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
* @copyright 2012, Google Inc. All Rights Reserved.
2929
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License,
3030
* Version 2.0
31-
* @author Eric Koleda <[email protected]>
31+
* @author Eric Koleda
3232
*/
3333

3434
// Include the initialization file

examples/AdWords/v201309/AdvancedOperations/AddClickToDownloadAd.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
* @copyright 2013, Google Inc. All Rights Reserved.
2828
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License,
2929
* Version 2.0
30-
* @author David Torres <[email protected]>
30+
* @author David Torres
3131
*/
3232

3333
// Include the initialization file

examples/AdWords/v201309/AdvancedOperations/AddSitelinks.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
* @copyright 2013, Google Inc. All Rights Reserved.
2828
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License,
2929
* Version 2.0
30-
* @author David Torres <[email protected]>
30+
* @author David Torres
3131
*/
3232

3333
// Include the initialization file

examples/AdWords/v201309/AdvancedOperations/UploadOfflineConversions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
* @copyright 2013, Google Inc. All Rights Reserved.
2828
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License,
2929
* Version 2.0
30-
* @author David Torres <[email protected]>
30+
* @author David Torres
3131
*/
3232

3333
// Include the initialization file.

examples/AdWords/v201309/BasicOperations/AddAdGroupDemographicCriteria.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
* @copyright 2012, Google Inc. All Rights Reserved.
2626
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License,
2727
* Version 2.0
28-
* @author Anash P. Oommen Rogal <[email protected]>
28+
* @author Anash Oommen
2929
*/
3030

3131
// Include the initialization file

examples/AdWords/v201309/BasicOperations/AddAdGroups.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
* @copyright 2012, Google Inc. All Rights Reserved.
2626
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License,
2727
* Version 2.0
28-
* @author Eric Koleda <[email protected]>
28+
* @author Eric Koleda
2929
*/
3030

3131
// Include the initialization file

examples/AdWords/v201309/BasicOperations/AddCampaigns.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
* @copyright 2012, Google Inc. All Rights Reserved.
2525
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License,
2626
* Version 2.0
27-
* @author Adam Rogal <[email protected]>
28-
* @author Eric Koleda <[email protected]>
27+
* @author Adam Rogal
28+
* @author Eric Koleda
2929
*/
3030

3131
// Include the initialization file

0 commit comments

Comments
 (0)