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

Commit a1379d4

Browse files
committed
Consistency: Use Hoa\Consistency.
1 parent c9a0791 commit a1379d4

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

Stringbuffer.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636

3737
namespace Hoa\Stringbuffer;
3838

39+
use Hoa\Consistency;
3940
use Hoa\Core;
4041
use Hoa\Stream;
4142

@@ -276,7 +277,7 @@ public function reachId($id)
276277
/**
277278
* Flex entity.
278279
*/
279-
Core\Consistency::flexEntity('Hoa\Stringbuffer\Stringbuffer');
280+
Consistency::flexEntity('Hoa\Stringbuffer\Stringbuffer');
280281

281282
/**
282283
* Add the hoa://Library/Stringbuffer component. Help to know to real path of a

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@
2121
"source": "http://git.hoa-project.net/"
2222
},
2323
"require": {
24-
"hoa/core" : "~2.0",
25-
"hoa/exception": "~0.0",
26-
"hoa/stream" : "~0.0"
24+
"hoa/consistency": "~0.0",
25+
"hoa/core" : "~2.0",
26+
"hoa/exception" : "~0.0",
27+
"hoa/stream" : "~0.0"
2728
},
2829
"autoload": {
2930
"psr-4": {

0 commit comments

Comments
 (0)