Skip to content
Snippets Groups Projects

1.x

Merged Bartek Jaskulski requested to merge 1.x into review
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -34,7 +34,7 @@ class FilesystemDefinitions implements BindingDefinitions {
@@ -34,7 +34,7 @@ class FilesystemDefinitions implements BindingDefinitions {
}
}
}
}
private function load_from_file( Path $filename ) {
private function load_from_file( Path $filename ): iterable {
if ( ! $filename->is_file() ) {
if ( ! $filename->is_file() ) {
return;
return;
}
}
Loading