X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Ffilter%2Fclass_BaseFilterDecorator.php;h=81b987a61735d75fb6150755a5297ccff6e428d2;hp=f5056a03a3806203e223c1f7f7ed4e58dd3b6ac1;hb=d26e71af1e28dc1429823bdec244df6303f9b2fb;hpb=1f103e723d967aa2e6197b974f358ffffcae53b8 diff --git a/inc/classes/main/filter/class_BaseFilterDecorator.php b/inc/classes/main/filter/class_BaseFilterDecorator.php index f5056a03..81b987a6 100644 --- a/inc/classes/main/filter/class_BaseFilterDecorator.php +++ b/inc/classes/main/filter/class_BaseFilterDecorator.php @@ -2,11 +2,11 @@ /** * A general filter decorator for decorating filters with other filters * - * @author Roland Haeder + * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2011 Core Developer Team + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Core Developer Team * @license GNU GPL 3.0 or any newer version - * @link http://www.ship-simu.org + * @link http://www.shipsimu.org * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -25,7 +25,7 @@ abstract class BaseFilterDecorator extends BaseFrameworkSystem implements Filter /** * The decorated filter instance */ - private $filterInstance = null; + private $filterInstance = NULL; /** * Protected constructor