You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ This example will remove all services other than "Drive" and "YouTube" when
79
79
`composer update` or a fresh `composer install` is run.
80
80
81
81
**IMPORTANT**: If you add any services back in `composer.json`, you will need to
82
-
remove the `vendor/google/apiclient-services` directory explicity for the
82
+
remove the `vendor/google/apiclient-services` directory explicitly for the
83
83
change you made to have effect:
84
84
85
85
```sh
@@ -454,7 +454,7 @@ $opt_params = array(
454
454
455
455
### How do I set a field to null? ###
456
456
457
-
The library strips out nulls from the objects sent to the Google APIs as its the default value of all of the uninitialized properties. To work around this, set the field you want to null to `Google\Model::NULL_VALUE`. This is a placeholder that will be replaced with a true null when sent over the wire.
457
+
The library strips out nulls from the objects sent to the Google APIs as it is the default value of all of the uninitialized properties. To work around this, set the field you want to null to `Google\Model::NULL_VALUE`. This is a placeholder that will be replaced with a true null when sent over the wire.
0 commit comments