Skip to content
This repository was archived by the owner on Sep 20, 2021. It is now read-only.

Commit a1b56a4

Browse files
committed
Quality: Run devtools:cs.
1 parent 138491c commit a1b56a4

19 files changed

+43
-43
lines changed

Directory.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* New BSD License
1010
*
11-
* Copyright © 2007-2015, Hoa community. All rights reserved.
11+
* Copyright © 2007-2016, Hoa community. All rights reserved.
1212
*
1313
* Redistribution and use in source and binary forms, with or without
1414
* modification, are permitted provided that the following conditions are met:
@@ -43,7 +43,7 @@
4343
*
4444
* Directory handler.
4545
*
46-
* @copyright Copyright © 2007-2015 Hoa community
46+
* @copyright Copyright © 2007-2016 Hoa community
4747
* @license New BSD License
4848
*/
4949
class Directory extends Generic

Exception/Exception.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* New BSD License
1010
*
11-
* Copyright © 2007-2015, Hoa community. All rights reserved.
11+
* Copyright © 2007-2016, Hoa community. All rights reserved.
1212
*
1313
* Redistribution and use in source and binary forms, with or without
1414
* modification, are permitted provided that the following conditions are met:
@@ -44,7 +44,7 @@
4444
*
4545
* Extending the \Hoa\Exception\Exception class.
4646
*
47-
* @copyright Copyright © 2007-2015 Hoa community
47+
* @copyright Copyright © 2007-2016 Hoa community
4848
* @license New BSD License
4949
*/
5050
class Exception extends HoaException

Exception/FileDoesNotExist.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* New BSD License
1010
*
11-
* Copyright © 2007-2015, Hoa community. All rights reserved.
11+
* Copyright © 2007-2016, Hoa community. All rights reserved.
1212
*
1313
* Redistribution and use in source and binary forms, with or without
1414
* modification, are permitted provided that the following conditions are met:
@@ -41,7 +41,7 @@
4141
*
4242
* Extending the \Hoa\File\Exception class.
4343
*
44-
* @copyright Copyright © 2007-2015 Hoa community
44+
* @copyright Copyright © 2007-2016 Hoa community
4545
* @license New BSD License
4646
*/
4747
class FileDoesNotExist extends Exception

File.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* New BSD License
1010
*
11-
* Copyright © 2007-2015, Hoa community. All rights reserved.
11+
* Copyright © 2007-2016, Hoa community. All rights reserved.
1212
*
1313
* Redistribution and use in source and binary forms, with or without
1414
* modification, are permitted provided that the following conditions are met:
@@ -44,7 +44,7 @@
4444
*
4545
* File handler.
4646
*
47-
* @copyright Copyright © 2007-2015 Hoa community
47+
* @copyright Copyright © 2007-2016 Hoa community
4848
* @license New BSD License
4949
*/
5050
abstract class File

Finder.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* New BSD License
1010
*
11-
* Copyright © 2007-2015, Hoa community. All rights reserved.
11+
* Copyright © 2007-2016, Hoa community. All rights reserved.
1212
*
1313
* Redistribution and use in source and binary forms, with or without
1414
* modification, are permitted provided that the following conditions are met:
@@ -43,7 +43,7 @@
4343
*
4444
* This class allows to find files easily by using filters and flags.
4545
*
46-
* @copyright Copyright © 2007-2015 Hoa community
46+
* @copyright Copyright © 2007-2016 Hoa community
4747
* @license New BSD License
4848
*/
4949
class Finder implements Iterator\Aggregate

Generic.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* New BSD License
1010
*
11-
* Copyright © 2007-2015, Hoa community. All rights reserved.
11+
* Copyright © 2007-2016, Hoa community. All rights reserved.
1212
*
1313
* Redistribution and use in source and binary forms, with or without
1414
* modification, are permitted provided that the following conditions are met:
@@ -43,7 +43,7 @@
4343
*
4444
* Describe a super-file.
4545
*
46-
* @copyright Copyright © 2007-2015 Hoa community
46+
* @copyright Copyright © 2007-2016 Hoa community
4747
* @license New BSD License
4848
*/
4949
abstract class Generic

Link/Link.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* New BSD License
1010
*
11-
* Copyright © 2007-2015, Hoa community. All rights reserved.
11+
* Copyright © 2007-2016, Hoa community. All rights reserved.
1212
*
1313
* Redistribution and use in source and binary forms, with or without
1414
* modification, are permitted provided that the following conditions are met:
@@ -44,7 +44,7 @@
4444
*
4545
* Link handler.
4646
*
47-
* @copyright Copyright © 2007-2015 Hoa community
47+
* @copyright Copyright © 2007-2016 Hoa community
4848
* @license New BSD License
4949
*/
5050
class Link extends File

Link/Read.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* New BSD License
1010
*
11-
* Copyright © 2007-2015, Hoa community. All rights reserved.
11+
* Copyright © 2007-2016, Hoa community. All rights reserved.
1212
*
1313
* Redistribution and use in source and binary forms, with or without
1414
* modification, are permitted provided that the following conditions are met:
@@ -44,7 +44,7 @@
4444
*
4545
* File handler.
4646
*
47-
* @copyright Copyright © 2007-2015 Hoa community
47+
* @copyright Copyright © 2007-2016 Hoa community
4848
* @license New BSD License
4949
*/
5050
class Read extends Link implements Stream\IStream\In

Link/ReadWrite.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* New BSD License
1010
*
11-
* Copyright © 2007-2015, Hoa community. All rights reserved.
11+
* Copyright © 2007-2016, Hoa community. All rights reserved.
1212
*
1313
* Redistribution and use in source and binary forms, with or without
1414
* modification, are permitted provided that the following conditions are met:
@@ -44,7 +44,7 @@
4444
*
4545
* File handler.
4646
*
47-
* @copyright Copyright © 2007-2015 Hoa community
47+
* @copyright Copyright © 2007-2016 Hoa community
4848
* @license New BSD License
4949
*/
5050
class ReadWrite
@@ -331,7 +331,7 @@ public function writeFloat($float)
331331
* @param array $array Array.
332332
* @return mixed
333333
*/
334-
public function writeArray(Array $array)
334+
public function writeArray(array $array)
335335
{
336336
$array = var_export($array, true);
337337

Link/Write.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* New BSD License
1010
*
11-
* Copyright © 2007-2015, Hoa community. All rights reserved.
11+
* Copyright © 2007-2016, Hoa community. All rights reserved.
1212
*
1313
* Redistribution and use in source and binary forms, with or without
1414
* modification, are permitted provided that the following conditions are met:
@@ -198,7 +198,7 @@ public function writeFloat($float)
198198
* @param array $array Array.
199199
* @return mixed
200200
*/
201-
public function writeArray(Array $array)
201+
public function writeArray(array $array)
202202
{
203203
$array = var_export($array, true);
204204

0 commit comments

Comments
 (0)