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 (#18)
by Pedro
04:43
created
build/Classes/MakerFile.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -94,7 +94,7 @@  discard block
 block discarded – undo
94 94
     {
95 95
         foreach ( $arrFoldersName as $index => $folderName ) {
96 96
             $arrFoldersName[ $index ] = $this->getConfig ()
97
-                                             ->replaceReservedWord ( $folderName );
97
+                                                ->replaceReservedWord ( $folderName );
98 98
         }
99 99
 
100 100
         return implode ( DIRECTORY_SEPARATOR, array_filter ( $arrFoldersName ) );
@@ -147,7 +147,7 @@  discard block
 block discarded – undo
147 147
                 $folderName,
148 148
                 $this->getClassName (
149 149
                     $this->getConfig ()
150
-                         ->getDatabase ()
150
+                            ->getDatabase ()
151 151
                 )
152 152
             );
153 153
             $this->location = array ( $this->filterLocation ( $url ) );
@@ -183,9 +183,9 @@  discard block
 block discarded – undo
183 183
         if ( $objFilesFixeds->hasData() )
184 184
         {
185 185
             $file = $this->baseLocation
186
-                             . DIRECTORY_SEPARATOR
187
-                             . $objFilesFixeds->getFileName()
188
-                             . '.php';
186
+                                . DIRECTORY_SEPARATOR
187
+                                . $objFilesFixeds->getFileName()
188
+                                . '.php';
189 189
 
190 190
             $tpl = $this->getParsedTplContents ( $objFilesFixeds->getTpl() );
191 191
             self::makeSourcer ( $file , $tpl , true );
@@ -319,7 +319,7 @@  discard block
 block discarded – undo
319 319
      * @return String
320 320
      */
321 321
     protected function getParsedTplContents ( $tplFile, $vars = array (), \Classes\Db\DbTable $objTables = null,
322
-                                              $objMakeFile = null )
322
+                                                $objMakeFile = null )
323 323
     {
324 324
 
325 325
         $arrUrl = array (
Please login to merge, or discard this patch.