]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/exceptions/main/class_MissingArrayElementsException.php
Method constructor() removed, several small fixes
[shipsimu.git] / inc / classes / exceptions / main / class_MissingArrayElementsException.php
index 17e0d05de85d22a7e92f461dc2d2be7445cd919a..5d483db5e9f93955076aa3a09bbb1edf2c6c42e4 100644 (file)
@@ -19,7 +19,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 class MissingArrayElementsException extends FrameworkException {
        /**
@@ -29,7 +29,7 @@ class MissingArrayElementsException extends FrameworkException {
         * @param               $code           Code number for the exception
         * @return      void
         */
-       public final function __construct ($classArray, $code) {
+       public function __construct (array $classArray, $code) {
                // Cast the array
                $classArray = (array) $classArray;