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:15
created
src/DataTransferObject.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -121,7 +121,6 @@  discard block
 block discarded – undo
121 121
     /**
122 122
      * Set the value if it's present in the array.
123 123
      * @param Property $property
124
-     * @param array $parameters
125 124
      */
126 125
     protected function setPropertyDefaultValue($property): void
127 126
     {
@@ -131,7 +130,6 @@  discard block
 block discarded – undo
131 130
     /**
132 131
      * Allows to mutate the property before it gets processed.
133 132
      * @param Property $property
134
-     * @param array $parameters
135 133
      * @return Property
136 134
      */
137 135
     protected function mutateProperty($property)
Please login to merge, or discard this patch.