Skip to content
This repository has been archived by the owner on Mar 27, 2018. It is now read-only.

Commit

Permalink
Quality: Run devtools:cs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hywan committed Jan 9, 2016
1 parent 18934b0 commit 9879f64
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions Bin/Fromcode.php
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -43,7 +43,7 @@
*
* Get a character from its code. Please, see Hoa\Ustring\Ustring::fromCode.
*
* @copyright Copyright © 2007-2015 Hoa community
* @copyright Copyright © 2007-2016 Hoa community
* @license New BSD License
*/
class Fromcode extends Ustring\Bin\Fromcode
Expand Down
4 changes: 2 additions & 2 deletions Bin/Tocode.php
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -43,7 +43,7 @@
*
* Transform a character into its code. Please, see Hoa\Ustring\Ustring::toCode.
*
* @copyright Copyright © 2007-2015 Hoa community
* @copyright Copyright © 2007-2016 Hoa community
* @license New BSD License
*/
class Tocode extends Ustring\Bin\Tocode
Expand Down
4 changes: 2 additions & 2 deletions Exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -43,7 +43,7 @@
*
* Extending the \Hoa\Ustring\Exception class.
*
* @copyright Copyright © 2007-2015 Hoa community
* @copyright Copyright © 2007-2016 Hoa community
* @license New BSD License
*/
class Exception extends Ustring\Exception
Expand Down
4 changes: 2 additions & 2 deletions Search.php
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -43,7 +43,7 @@
*
* Some algorithms about search in strings.
*
* @copyright Copyright © 2007-2015 Hoa community
* @copyright Copyright © 2007-2016 Hoa community
* @license New BSD License
*/
class Search extends Ustring\Search
Expand Down
4 changes: 2 additions & 2 deletions Test/Unit/Issue.php
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -44,7 +44,7 @@
*
* Test suite of detected issues.
*
* @copyright Copyright © 2007-2015 Hoa community
* @copyright Copyright © 2007-2016 Hoa community
* @license New BSD License
*/
class Issue extends Test\Unit\Suite
Expand Down
4 changes: 2 additions & 2 deletions Test/Unit/Search.php
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -44,7 +44,7 @@
*
* Test suite of the search algorithms.
*
* @copyright Copyright © 2007-2015 Hoa community
* @copyright Copyright © 2007-2016 Hoa community
* @license New BSD License
*/
class Search extends Test\Unit\Suite
Expand Down

0 comments on commit 9879f64

Please sign in to comment.