diff options
author | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2016-01-09 09:06:35 +0100 |
---|---|---|
committer | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2016-01-09 09:06:35 +0100 |
commit | a224ff4b2b4b9600c24243452ce4d92bfe376d46 (patch) | |
tree | db9b6de99f9feec7ea13ae4e9baf2f2e87c5f8d1 /Trace.php | |
parent | c7fbacdd1b30e88593e1adfaea07a9528c5deb84 (diff) | |
download | Praspel-a224ff4b2b4b9600c24243452ce4d92bfe376d46.zip Praspel-a224ff4b2b4b9600c24243452ce4d92bfe376d46.tar.gz Praspel-a224ff4b2b4b9600c24243452ce4d92bfe376d46.tar.bz2 |
Quality: Run devtools:cs.
Diffstat (limited to 'Trace.php')
-rw-r--r-- | Trace.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,7 +8,7 @@ * * New BSD License * - * Copyright © 2007-2015, Hoa community. All rights reserved. + * Copyright © 2007-2016, 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: @@ -41,7 +41,7 @@ namespace Hoa\Praspel; * * A trace is a derivated specification. * - * @copyright Copyright © 2007-2015 Hoa community + * @copyright Copyright © 2007-2016 Hoa community * @license New BSD License */ class Trace extends Model\Specification |