@@ -162,7 +162,7 @@ final public function testDifferentCleaning()
162162	final  public  function  testSpecialChars ()
163163	{
164164		$ this  ->journal ->write ('ok_test7ščřžýáíé ' , [
165- 			Cache::TAGS  => ['čšřýýá ' , 'ýřžčýž ' ]
165+ 			Cache::TAGS  => ['čšřýýá ' , 'ýřžčýž ' ], 
166166		]);
167167
168168		Assert::same ([
@@ -174,10 +174,10 @@ final public function testSpecialChars()
174174	final  public  function  testDuplicatedSameTags ()
175175	{
176176		$ this  ->journal ->write ('ok_test_a ' , [
177- 			Cache::TAGS  => ['homepage ' ]
177+ 			Cache::TAGS  => ['homepage ' ], 
178178		]);
179179		$ this  ->journal ->write ('ok_test_a ' , [
180- 			Cache::TAGS  => ['homepage ' ]
180+ 			Cache::TAGS  => ['homepage ' ], 
181181		]);
182182		Assert::same ([
183183			'ok_test_a ' ,
@@ -188,11 +188,11 @@ final public function testDuplicatedSameTags()
188188	final  public  function  testDuplicatedSamePriority ()
189189	{
190190		$ this  ->journal ->write ('ok_test_b ' , [
191- 			Cache::PRIORITY  => 12 
191+ 			Cache::PRIORITY  => 12 , 
192192		]);
193193
194194		$ this  ->journal ->write ('ok_test_b ' , [
195- 			Cache::PRIORITY  => 12 
195+ 			Cache::PRIORITY  => 12 , 
196196		]);
197197
198198		Assert::same ([
@@ -204,11 +204,11 @@ final public function testDuplicatedSamePriority()
204204	final  public  function  testDuplicatedDifferentTags ()
205205	{
206206		$ this  ->journal ->write ('ok_test_ba ' , [
207- 			Cache::TAGS  => ['homepage ' ]
207+ 			Cache::TAGS  => ['homepage ' ], 
208208		]);
209209
210210		$ this  ->journal ->write ('ok_test_ba ' , [
211- 			Cache::TAGS  => ['homepage2 ' ]
211+ 			Cache::TAGS  => ['homepage2 ' ], 
212212		]);
213213
214214		Assert::same ([
@@ -223,11 +223,11 @@ final public function testDuplicatedDifferentTags()
223223	final  public  function  testDuplicatedTwoDifferentTags ()
224224	{
225225		$ this  ->journal ->write ('ok_test_baa ' , [
226- 			Cache::TAGS  => ['homepage ' , 'aąa ' ]
226+ 			Cache::TAGS  => ['homepage ' , 'aąa ' ], 
227227		]);
228228
229229		$ this  ->journal ->write ('ok_test_baa ' , [
230- 			Cache::TAGS  => ['homepage2 ' , 'aaa ' ]
230+ 			Cache::TAGS  => ['homepage2 ' , 'aaa ' ], 
231231		]);
232232
233233		Assert::same ([
@@ -242,11 +242,11 @@ final public function testDuplicatedTwoDifferentTags()
242242	final  public  function  testDuplicatedDifferentPriorities ()
243243	{
244244		$ this  ->journal ->write ('ok_test_bb ' , [
245- 			Cache::PRIORITY  => 10 
245+ 			Cache::PRIORITY  => 10 , 
246246		]);
247247
248248		$ this  ->journal ->write ('ok_test_bb ' , [
249- 			Cache::PRIORITY  => 20 
249+ 			Cache::PRIORITY  => 20 , 
250250		]);
251251
252252		Assert::same ([
@@ -261,7 +261,7 @@ final public function testDuplicatedDifferentPriorities()
261261	final  public  function  testCleanAll ()
262262	{
263263		$ this  ->journal ->write ('ok_test_all_tags ' , [
264- 			Cache::TAGS  => ['test:all ' , 'test:all ' ]
264+ 			Cache::TAGS  => ['test:all ' , 'test:all ' ], 
265265		]);
266266
267267		$ this  ->journal ->write ('ok_test_all_priority ' , [
0 commit comments