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 — master ( c87318...99f3de )
by Bruno
30:58
created
lib/Onurb/Bundle/YumlBundle/Yuml/YumlClient.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -123,6 +123,8 @@  discard block
 block discarded – undo
123 123
 
124 124
     /**
125 125
      * @param string $style
126
+     * @param string $direction
127
+     * @param string $scale
126 128
      * @return string
127 129
      */
128 130
     private function makePostUrl($style, $direction, $scale)
@@ -140,6 +142,9 @@  discard block
 block discarded – undo
140 142
         return explode('.', $return)[0] . '.' . $this->checkExtension($extension);
141 143
     }
142 144
 
145
+    /**
146
+     * @param string $style
147
+     */
143 148
     private function makeStyle($style, $direction, $scale)
144 149
     {
145 150
         return $this->checkStyle($style) . $this->makeDirection($direction) . $this->makeScale($scale);
Please login to merge, or discard this patch.