diff options
Diffstat (limited to 'Model/Requires.php')
-rw-r--r-- | Model/Requires.php | 25 |
1 files changed, 5 insertions, 20 deletions
diff --git a/Model/Requires.php b/Model/Requires.php index 4cd0727..9a7bdee 100644 --- a/Model/Requires.php +++ b/Model/Requires.php @@ -8,7 +8,7 @@ * * New BSD License * - * Copyright © 2007-2015, Ivan Enderlin. All rights reserved. + * Copyright © 2007-2015, Hoa community. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -34,31 +34,18 @@ * POSSIBILITY OF SUCH DAMAGE. */ -namespace { - -from('Hoa') - -/** - * \Hoa\Praspel\Model\Declaration - */ --> import('Praspel.Model.Declaration'); - -} - -namespace Hoa\Praspel\Model { +namespace Hoa\Praspel\Model; /** * Class \Hoa\Praspel\Model\Requires. * * Represent the @requires clause. * - * @author Ivan Enderlin <ivan.enderlin@hoa-project.net> - * @copyright Copyright © 2007-2015 Ivan Enderlin. + * @copyright Copyright © 2007-2015 Hoa community * @license New BSD License */ - -class Requires extends Declaration { - +class Requires extends Declaration +{ /** * Name. * @@ -66,5 +53,3 @@ class Requires extends Declaration { */ const NAME = 'requires'; } - -} |