Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@ vendor/
# composer.lock


### Editor (Vim, PhpStorm) ###
### Editor (Vim, PhpStorm, VS Code) ###
[._]*.s[a-w][a-z]
[._]s[a-w][a-z]
*.un~
Session.vim
.netrwhist
*~
.idea/
.vscode

composer.lock
config.php
Expand Down
2 changes: 0 additions & 2 deletions src/Issue/IssueSearchResult.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ class IssueSearchResult
public $isLast = false;

/**
* @var string
* @var string|null
*/
public $nextPageToken;
Expand All @@ -44,7 +43,6 @@ public function setIsLast($isLast)
}

/**
* @return string
* @return string|null
*/
public function getNextPageToken()
Expand Down