]> git.mxchange.org Git - core.git/blobdiff - inc/classes/exceptions/filter/class_InvalidFilterChainException.php
Opps, forgot this.
[core.git] / inc / classes / exceptions / filter / class_InvalidFilterChainException.php
index 35ca320953705f0584934e85979fc35f68a691a2..5ee49100847ae721533d82616994589311438f12 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An exception thrown in a filter chain to stop processing further filters
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 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
@@ -29,9 +29,9 @@ class InvalidFilterChainException extends FrameworkException {
         * @param       $code                           Exception code for better debugging
         * @return      void
         */
-       public function __construct(array $filterArray, $code) {
+       public function __construct (array $filterArray, $code) {
                // Construct the message
-               $message = sprintf("[%s:%d] Filter chain %s is not initialized.",
+               $message = sprintf('[%s:%d] Filter chain %s is not initialized.',
                        $filterArray[0]->__toString(),
                        $this->getLine(),
                        $filterArray[1]