Skip to content

Commit 63189a0

Browse files
authored
Merge pull request #634 from acrobat/doc-block-fix
Fixed incorrect docblock type
2 parents d48b53b + 80a3329 commit 63189a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Github/Api/Repository/Traffic.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function paths($owner, $repository)
3939
*
4040
* @param string $owner
4141
* @param string $repository
42-
* @param string|day $per
42+
* @param string $per
4343
*
4444
* @return array
4545
*/
@@ -52,7 +52,7 @@ public function views($owner, $repository, $per = 'day')
5252
*
5353
* @param string $owner
5454
* @param string $repository
55-
* @param string|day $per
55+
* @param string $per
5656
*
5757
* @return array
5858
*/

0 commit comments

Comments
 (0)