We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a36fe1 commit 7ba56a9Copy full SHA for 7ba56a9
.gitignore
@@ -9,14 +9,15 @@ vendor/
9
# composer.lock
10
11
12
-### Editor (Vim, PhpStorm) ###
+### Editor (Vim, PhpStorm, VS Code) ###
13
[._]*.s[a-w][a-z]
14
[._]s[a-w][a-z]
15
*.un~
16
Session.vim
17
.netrwhist
18
*~
19
.idea/
20
+.vscode
21
22
composer.lock
23
config.php
src/Issue/IssueSearchResult.php
@@ -17,7 +17,6 @@ class IssueSearchResult
public $isLast = false;
/**
- * @var string
* @var string|null
*/
public $nextPageToken;
@@ -44,7 +43,6 @@ public function setIsLast($isLast)
44
43
}
45
46
47
- * @return string
48
* @return string|null
49
50
public function getNextPageToken()
0 commit comments