]> git.andy128k.dev Git - ipf-legacy-orm.git/commitdiff
code formatting
authorAndrey Kutejko <andy128k@gmail.com>
Sun, 15 Jul 2012 18:58:38 +0000 (21:58 +0300)
committerAndrey Kutejko <andy128k@gmail.com>
Sun, 15 Jul 2012 18:58:38 +0000 (21:58 +0300)
ipf/orm/import/schema.php

index 10cdd65048bc594355dee1fdd2c106edaf2fd43a..dbb6c211ddf035c8adbffc7947e4a9727efd2a43 100644 (file)
@@ -537,9 +537,9 @@ class IPF_ORM_Import_Schema
         $validation = array_flip($validation);
         foreach ($element as $key => $value) {
             if ( ! isset($validation[$value])) {
-                throw new IPF_ORM_Exception(sprintf('Invalid schema element named "' . $value . '" 
-                                at path "' . $path . '"'));
+                throw new IPF_ORM_Exception(sprintf('Invalid schema element named "' . $value .
+                    '" at path "' . $path . '"'));
             }
         }
     }
-}
\ No newline at end of file
+}