mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 01:57:13 +00:00
Bump Psalm version (#1410)
SSH facade removed from Laravel 5: - https://github.com/laravel/framework/tree/v8.83.27/src/Illuminate/Support/Facades - https://github.com/laravel/framework/tree/v9.48.0/src/Illuminate/Support/Facades - https://github.com/laravel/framework/tree/10.x/src/Illuminate/Support/Facades
This commit is contained in:
@@ -127,15 +127,6 @@ class Generator
|
||||
} catch (\Exception $e) {
|
||||
}
|
||||
|
||||
try {
|
||||
if (class_exists('SSH') && is_a('SSH', '\Illuminate\Support\Facades\SSH', true)) {
|
||||
$class = get_class(\SSH::connection());
|
||||
$this->extra['SSH'] = [$class];
|
||||
$this->interfaces['\Illuminate\Remote\ConnectionInterface'] = $class;
|
||||
}
|
||||
} catch (\Exception $e) {
|
||||
}
|
||||
|
||||
try {
|
||||
if (class_exists('Storage') && is_a('Storage', '\Illuminate\Support\Facades\Storage', true)) {
|
||||
$class = get_class(\Storage::disk());
|
||||
|
||||
Reference in New Issue
Block a user