Skip to content

Commit 2acd640

Browse files
authored
Apply fixes from StyleCI (#59)
1 parent 2a863fa commit 2acd640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SourceRepositoryTypes/GithubRepositoryType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ public function update($version = '') : bool
148148

149149
// Now move all the files left in the main directory
150150
collect(File::allFiles($sourcePath, true))->each(function ($file) { /* @var \SplFileInfo $file */
151-
if($file->getRealPath()) {
151+
if ($file->getRealPath()) {
152152
File::copy($file->getRealPath(), base_path($file->getFilename()));
153153
}
154154
});

0 commit comments

Comments
 (0)