Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

The Google API Client Library enables you to work with Google APIs such as Gmail, Drive or YouTube on your server.

These client libraries are officially supported by Google. However, the libraries are considered complete and are in maintenance mode. This means that we will address critical bugs and security issues but will not add any new features.
These client libraries are officially supported by Google. However, the libraries are considered complete and are in maintenance mode. This means that we will address critical bugs and security issues but will not add any new features.

## Google Cloud Platform

Expand Down
2 changes: 1 addition & 1 deletion examples/batch.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@
<br />
<?php endforeach ?>

<?= pageFooter(__FILE__)
<?= pageFooter(__FILE__);
2 changes: 1 addition & 1 deletion examples/idtoken.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,4 @@
<?php endif ?>
</div>

<?= pageFooter(__FILE__)
<?= pageFooter(__FILE__);
2 changes: 1 addition & 1 deletion examples/large-file-download.php
Original file line number Diff line number Diff line change
Expand Up @@ -146,4 +146,4 @@
<?php endif ?>
</div>

<?= pageFooter(__FILE__)
<?= pageFooter(__FILE__);
2 changes: 1 addition & 1 deletion examples/large-file-upload.php
Original file line number Diff line number Diff line change
Expand Up @@ -167,4 +167,4 @@ function readVideoChunk($handle, $chunkSize)
<?php endif ?>
</div>

<?= pageFooter(__FILE__)
<?= pageFooter(__FILE__);
2 changes: 1 addition & 1 deletion examples/multi-api.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,4 @@
</div>
</div>

<?= pageFooter(__FILE__)
<?= pageFooter(__FILE__);
2 changes: 1 addition & 1 deletion examples/simple-file-upload.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,4 @@
<?php endif ?>
</div>

<?= pageFooter(__FILE__)
<?= pageFooter(__FILE__);
2 changes: 1 addition & 1 deletion examples/simple-query.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@
<br />
<?php endforeach ?>

<?= pageFooter(__FILE__)
<?= pageFooter(__FILE__);