mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
unify new lines at the end of the file
This commit is contained in:
parent
5ccba463bc
commit
881127ef4d
26 changed files with 17 additions and 31 deletions
|
@ -498,4 +498,3 @@ class Cache {
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -529,4 +529,3 @@ class CookieComponent extends Component {
|
|||
return $array;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -233,4 +233,3 @@ class ModelBehavior extends Object {
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -38,4 +38,3 @@ class AllCoreTest extends PHPUnit_Framework_TestSuite {
|
|||
return $suite;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -37,4 +37,3 @@ class AllEventTest extends PHPUnit_Framework_TestSuite {
|
|||
return $suite;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -38,4 +38,3 @@ class AllLogTest extends PHPUnit_Framework_TestSuite {
|
|||
return $suite;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -39,4 +39,3 @@ class AllTasksTest extends PHPUnit_Framework_TestSuite {
|
|||
return $suite;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -66,4 +66,3 @@ class IniAclTest extends CakeTestCase {
|
|||
$this->assertTrue($Ini->check($user, 'posts'));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -73,5 +73,3 @@ class TreeBehaviorAfterTest extends CakeTestCase {
|
|||
$this->assertEquals($expected, $result[7]);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -81,4 +81,3 @@ class MailTransportTest extends CakeTestCase {
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -334,4 +334,3 @@ class TextHelperTest extends CakeTestCase {
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -25,4 +25,3 @@
|
|||
</div>
|
||||
<?php
|
||||
include dirname(__FILE__) . DS . 'footer.php';
|
||||
|
||||
|
|
|
@ -423,4 +423,3 @@ if (!function_exists('mb_encode_mimeheader')) {
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue