Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stokic committed May 12, 2020
1 parent d4021aa commit a13b7cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Console/StatusCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@ private function getProjectClasses(): array
require_once $file;
} catch (\Exception $e) {
//skiping if the file cannot be loaded
}
catch (\Throwable $e) {
} catch (\Throwable $e) {
//skiping if the file cannot be loaded
}
}

self::$declaredClasses = get_declared_classes();
}
Expand Down

0 comments on commit a13b7cf

Please sign in to comment.