partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 8a2674853bf97bca411d08e1974c2d7a245233dd
parent 4f879182ac0fd9cffc9e36f24788a3d16bb842cc
Author: Felicitus <felicitus@felicitus.org>
Date:   Fri,  2 Oct 2015 18:25:27 +0200

Fixed documentation for the stock level listener

Diffstat:
Msrc/PartKeepr/PartBundle/Listeners/StockLevelListener.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/PartKeepr/PartBundle/Listeners/StockLevelListener.php b/src/PartKeepr/PartBundle/Listeners/StockLevelListener.php @@ -9,7 +9,7 @@ use Symfony\Component\DependencyInjection\ContainerAware; class StockLevelListener extends ContainerAware { /** - * Updates the child category paths when their parent name has changed. + * Recomputes the stock level for each part * * @param OnFlushEventArgs $eventArgs The event arguments as given by Doctrine */