GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
Completed
Push — develop ( c59cfc...b3e556 )
by Dane
02:53
created
app/Services/DeploymentService.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@  discard block
 block discarded – undo
71 71
      * Set the location to use when auto-deploying.
72 72
      *
73 73
      * @param  int|\Pterodactyl\Models\Location  $location
74
-     * @return void
74
+     * @return DeploymentService
75 75
      */
76 76
     public function setLocation($location)
77 77
     {
@@ -91,7 +91,7 @@  discard block
 block discarded – undo
91 91
      * Set the node to use when auto-deploying.
92 92
      *
93 93
      * @param  int|\Pterodactyl\Models\Node  $node
94
-     * @return void
94
+     * @return DeploymentService
95 95
      */
96 96
     public function setNode($node)
97 97
     {
@@ -109,7 +109,7 @@  discard block
 block discarded – undo
109 109
      * Set the amount of disk space to be used by the new server.
110 110
      *
111 111
      * @param  int  $disk
112
-     * @return void
112
+     * @return DeploymentService
113 113
      */
114 114
     public function setDisk(int $disk)
115 115
     {
@@ -122,7 +122,7 @@  discard block
 block discarded – undo
122 122
      * Set the amount of memory to be used by the new server.
123 123
      *
124 124
      * @param  int  $memory
125
-     * @return void
125
+     * @return DeploymentService
126 126
      */
127 127
     public function setMemory(int $memory)
128 128
     {
Please login to merge, or discard this patch.