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

Commit 2b02e35

Browse files
committed
Quality: Run devtools:cs.
1 parent d464a42 commit 2b02e35

9 files changed

Lines changed: 19 additions & 19 deletions

File tree

Client.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
* Established a client connection.
4646
*
47-
* @copyright Copyright © 2007-2015 Hoa community
47+
* @copyright Copyright © 2007-2016 Hoa community
4848
* @license New BSD License
4949
*/
5050
class Client extends Connection

Connection/Connection.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:
@@ -45,7 +45,7 @@
4545
*
4646
* Abstract connection, useful for client and server.
4747
*
48-
* @copyright Copyright © 2007-2015 Hoa community
48+
* @copyright Copyright © 2007-2016 Hoa community
4949
* @license New BSD License
5050
*/
5151
abstract class Connection
@@ -928,7 +928,7 @@ public function writeLine($line)
928928
* @param array $array Array.
929929
* @return mixed
930930
*/
931-
public function writeArray(Array $array)
931+
public function writeArray(array $array)
932932
{
933933
$array = serialize($array);
934934

Connection/Group.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
* Represent a group of connection handlers.
4545
* Add semantics around Hoa\Socket\Connection\Handler.
4646
*
47-
* @copyright Copyright © 2007-2015 Hoa community
47+
* @copyright Copyright © 2007-2016 Hoa community
4848
* @license New BSD License
4949
*/
5050
class Group implements \ArrayAccess, \IteratorAggregate, \Countable

Connection/Handler.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:
@@ -45,7 +45,7 @@
4545
* are able to run() a connection (client or server), to merge() with other ones
4646
* and to send messages in different ways (A -> A, A -> B, A -> *\A etc.).
4747
*
48-
* @copyright Copyright © 2007-2015 Hoa community
48+
* @copyright Copyright © 2007-2016 Hoa community
4949
* @license New BSD License
5050
*/
5151
abstract class Handler

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:
@@ -43,7 +43,7 @@
4343
*
4444
* Extending the \Hoa\Exception\Exception class.
4545
*
46-
* @copyright Copyright © 2007-2015 Hoa community
46+
* @copyright Copyright © 2007-2016 Hoa community
4747
* @license New BSD License
4848
*/
4949
class Exception extends HoaException

Node.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
* Represent a generic node.
4343
*
44-
* @copyright Copyright © 2007-2015 Hoa community
44+
* @copyright Copyright © 2007-2016 Hoa community
4545
* @license New BSD License
4646
*/
4747
class Node

Server.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
* Established a server connection.
4646
*
47-
* @copyright Copyright © 2007-2015 Hoa community
47+
* @copyright Copyright © 2007-2016 Hoa community
4848
* @license New BSD License
4949
*/
5050
class Server extends Connection

Socket.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
* Socket analyzer.
4545
*
46-
* @copyright Copyright © 2007-2015 Hoa community
46+
* @copyright Copyright © 2007-2016 Hoa community
4747
* @license New BSD License
4848
*/
4949
class Socket

Transport.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
* factory building valid `Hoa\Socket\Socket` instances (so with `tcp://` or
4545
* `udp://` “native” schemes).
4646
*
47-
* @copyright Copyright © 2007-2015 Hoa community
47+
* @copyright Copyright © 2007-2016 Hoa community
4848
* @license New BSD License
4949
*/
5050
class Transport

0 commit comments

Comments
 (0)