X Tutup
Skip to content

Commit 88cc63c

Browse files
fix: lint errors (#2315)
1 parent 59ee192 commit 88cc63c

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

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

12-
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.
12+
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.
1313

1414
## Google Cloud Platform
1515

examples/batch.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,4 @@
9090
<br />
9191
<?php endforeach ?>
9292

93-
<?= pageFooter(__FILE__)
93+
<?= pageFooter(__FILE__);

examples/idtoken.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,4 @@
106106
<?php endif ?>
107107
</div>
108108

109-
<?= pageFooter(__FILE__)
109+
<?= pageFooter(__FILE__);

examples/large-file-download.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,4 +146,4 @@
146146
<?php endif ?>
147147
</div>
148148

149-
<?= pageFooter(__FILE__)
149+
<?= pageFooter(__FILE__);

examples/large-file-upload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,4 +167,4 @@ function readVideoChunk($handle, $chunkSize)
167167
<?php endif ?>
168168
</div>
169169

170-
<?= pageFooter(__FILE__)
170+
<?= pageFooter(__FILE__);

examples/multi-api.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,4 +117,4 @@
117117
</div>
118118
</div>
119119

120-
<?= pageFooter(__FILE__)
120+
<?= pageFooter(__FILE__);

examples/simple-file-upload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,4 +132,4 @@
132132
<?php endif ?>
133133
</div>
134134

135-
<?= pageFooter(__FILE__)
135+
<?= pageFooter(__FILE__);

examples/simple-query.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,4 @@
8787
<br />
8888
<?php endforeach ?>
8989

90-
<?= pageFooter(__FILE__)
90+
<?= pageFooter(__FILE__);

0 commit comments

Comments
 (0)
X Tutup