Skip to content

Commit 7ba56a9

Browse files
authored
Remove extra PHPDoc annotations (#111)
1 parent 9a36fe1 commit 7ba56a9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@ vendor/
99
# composer.lock
1010

1111

12-
### Editor (Vim, PhpStorm) ###
12+
### Editor (Vim, PhpStorm, VS Code) ###
1313
[._]*.s[a-w][a-z]
1414
[._]s[a-w][a-z]
1515
*.un~
1616
Session.vim
1717
.netrwhist
1818
*~
1919
.idea/
20+
.vscode
2021

2122
composer.lock
2223
config.php

src/Issue/IssueSearchResult.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ class IssueSearchResult
1717
public $isLast = false;
1818

1919
/**
20-
* @var string
2120
* @var string|null
2221
*/
2322
public $nextPageToken;
@@ -44,7 +43,6 @@ public function setIsLast($isLast)
4443
}
4544

4645
/**
47-
* @return string
4846
* @return string|null
4947
*/
5048
public function getNextPageToken()

0 commit comments

Comments
 (0)