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
Pull Request — master (#56)
by Arthur
01:56
created
src/DataTransferObject.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -125,7 +125,6 @@  discard block
 block discarded – undo
125 125
     /**
126 126
      * Set the value if it's present in the array
127 127
      * @param Property $property
128
-     * @param array $parameters
129 128
      */
130 129
     protected function setPropertyDefaultValue($property): void
131 130
     {
@@ -135,7 +134,6 @@  discard block
 block discarded – undo
135 134
     /**
136 135
      * Allows to mutate the property before it gets processed
137 136
      * @param Property $property
138
-     * @param array $parameters
139 137
      * @return Property
140 138
      */
141 139
     protected function mutateProperty($property)
Please login to merge, or discard this patch.