← All changes
|
includes/sdk/google/google/auth/src/ProjectIdProviderInterface.php
+3
-3
1.2.2
→
1.4.1
View file →
| @@ -14,9 +14,9 @@ | ||
| 14 | 14 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 15 | 15 | * See the License for the specific language governing permissions and |
| 16 | 16 | * limitations under the License. |
| 17 | 17 | */ |
| 18 | -namespace Dudlewebs\WPMCS\Google\Auth; | |
| 18 | +namespace Dudlewebs\WPMCS\GCP\Google\Auth; | |
| 19 | 19 | |
| 20 | 20 | /** |
| 21 | 21 | * Describes a Credentials object which supports fetching the project ID. |
| 22 | 22 | */ |
| @@ -24,9 +24,9 @@ | ||
| 24 | 24 | { |
| 25 | 25 | /** |
| 26 | 26 | * Get the project ID. |
| 27 | 27 | * |
| 28 | - * @param callable $httpHandler Callback which delivers psr7 request | |
| 28 | + * @param callable|null $httpHandler Callback which delivers psr7 request | |
| 29 | 29 | * @return string|null |
| 30 | 30 | */ |
| 31 | - public function getProjectId(callable $httpHandler = null); | |
| 31 | + public function getProjectId(?callable $httpHandler = null); | |
| 32 | 32 | } |