Skip to content

Commit

Permalink
API Update deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Oct 25, 2022
1 parent 1540fb0 commit 9e30c80
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Console/VendorExposeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ protected function getAllLibraries()
/**
* Find all modules
*
* @deprecated 1.3..2.0 Use getAllLibraries() instead
* @deprecated 1.3.0 Use getAllLibraries() instead
* @return Library[]
*/
protected function getAllModules()
Expand Down
4 changes: 2 additions & 2 deletions src/VendorModule.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* Represents a module in the vendor folder
*
* @deprecated 1.3..2.0 Use Library instead
* @deprecated 1.3.0 Use Library instead
*/
class VendorModule extends Library
{
Expand Down Expand Up @@ -38,7 +38,7 @@ public function __construct($basePath, $name)
/**
* Get full path to the root install for this project
*
* @deprecated 1.3..2.0 use getPath() instead
* @deprecated 1.3.0 Use getPath() instead
* @param string $base Rewrite root (or 'vendor' for actual module path)
* @return string Path for this module
*/
Expand Down
2 changes: 1 addition & 1 deletion src/VendorPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public static function getSubscribedEvents()
/**
* Get vendor module instance for this event
*
* @deprecated 1.3..2.0 Use getLibrary() instead
* @deprecated 1.3.0 Use getLibrary() instead
* @param PackageEvent $event
* @return Library|null
*/
Expand Down

0 comments on commit 9e30c80

Please sign in to comment.