Skip to content

Commit 239435e

Browse files
committed
Merge pull request googleapis#589 from google/stale_authors
Remove stale authors
2 parents 911c7da + 7478eb4 commit 239435e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Google/Service/Resource.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public function __construct($service, $serviceName, $resourceName, $resource)
7272
}
7373

7474
/**
75-
* TODO(ianbarber): This function needs simplifying.
75+
* TODO: This function needs simplifying.
7676
* @param $name
7777
* @param $arguments
7878
* @param $expected_class - optional, the expected class name
@@ -118,7 +118,7 @@ public function call($name, $arguments, $expected_class = null)
118118
unset($parameters['postBody']);
119119
}
120120

121-
// TODO(ianbarber): optParams here probably should have been
121+
// TODO: optParams here probably should have been
122122
// handled already - this may well be redundant code.
123123
if (isset($parameters['optParams'])) {
124124
$optParams = $parameters['optParams'];

tests/general/ApiOAuth2Test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ public function testValidateIdToken()
186186
);
187187
$this->assertTrue(strlen($ticket->getUserId()) > 0);
188188

189-
// TODO(ianbarber): Need to be smart about testing/disabling the
189+
// TODO: Need to be smart about testing/disabling the
190190
// caching for this test to make sense. Not sure how to do that
191191
// at the moment.
192192
$client = $this->getClient();

0 commit comments

Comments
 (0)