Skip to content

Commit 832fe33

Browse files
committed
adjust header to meet phpDoc specs
1 parent 5edbfcf commit 832fe33

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

google-play.php

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<?php
2-
/**
3-
*
4-
* @Name : GooglePlayWebServiceAPI/google-play.php
5-
* @Version : 0.3
6-
* @Programmer : Max & Izzy
7-
* @Date : 2020-10-19, 2020-10-25, 2020-10-29, 2020-10-30, 2020-12-05, 2020-12-06
8-
* @Released under : https://github.com/BaseMax/GooglePlayWebServiceAPI/blob/master/LICENSE
9-
* @Repository : https://github.com/BaseMax/GooglePlayWebServiceAPI
10-
*
11-
**/
2+
/** Crawl information of a specific application in the Google Play Store
3+
* @class GooglePlay
4+
* @version 0.3
5+
* @author Max & Izzy
6+
* @copyright MIT https://github.com/BaseMax/GooglePlayWebServiceAPI/blob/master/LICENSE
7+
* @log 2020-10-19 first release
8+
* @log 2020-12-07 recent version
9+
* @brief releases: 2020-10-19, 2020-10-25, 2020-10-29, 2020-10-30, 2020-12-05, 2020-12-06
10+
* @webpage repository https://github.com/BaseMax/GooglePlayWebServiceAPI
11+
**/
1212
class GooglePlay {
1313
private $debug = false; // toggle debug output
1414
private $input = ''; // content retrieved from remote

0 commit comments

Comments
 (0)