|
@@ -42,7 +42,7 @@ interface BundleInterface
|
|
/**
|
|
/**
|
|
* Returns the container extension that should be implicitly loaded.
|
|
* Returns the container extension that should be implicitly loaded.
|
|
*
|
|
*
|
|
- * @return ExtensionInterface|null The default extension
|
|
|
|
|
|
+ * @return ExtensionInterface|null The default extension or null if there is none
|
|
*/
|
|
*/
|
|
function getContainerExtension();
|
|
function getContainerExtension();
|
|
|
|
|