3.0 - Fix coding standards
@@ -24,4 +24,3 @@ class MissingExtensionException extends \Cake\Core\Exception\Exception {
protected $_messageTemplate = 'Database driver %s cannot be used due to a missing PHP extension or unmet dependency';
}
-
@@ -216,4 +216,4 @@ class CaseExpression implements ExpressionInterface {
-}
+}
@@ -150,4 +150,3 @@ class BufferedStatement extends StatementDecorator {
@@ -38,5 +38,3 @@ class SqliteStatement extends BufferedStatement {
@@ -378,4 +378,3 @@ class Socket {
@@ -643,7 +643,7 @@ class String {
public static function isMultibyte($string) {
$length = strlen($string);
- for ($i = 0; $i < $length; $i++ ) {
+ for ($i = 0; $i < $length; $i++) {
$value = ord(($string[$i]));
if ($value > 128) {
return true;
@@ -43,4 +43,3 @@ class SiteAuthorsFixture extends TestFixture {
];
@@ -42,4 +42,3 @@ class SiteTagsFixture extends TestFixture {
['id' => 4, 'site_id' => 2, 'name' => 'tag4']
@@ -50,4 +50,3 @@ class SpecialTagsFixture extends TestFixture {
array('article_id' => 2, 'tag_id' => 1, 'highlighted' => true, 'highlighted_time' => '2014-06-01 10:10:00', 'author_id' => null)
);
@@ -65,4 +65,4 @@ class CaseExpressionTest extends TestCase {
$caseExpression->traverse($visitor);
$this->assertSame(4, $count);
@@ -120,4 +120,3 @@ class PluralRulesTest extends TestCase {
@@ -87,4 +87,3 @@ class SyslogLogTest extends TestCase {
@@ -3,4 +3,4 @@ namespace TestPlugin\Config;
use Cake\Core\Configure;
-Configure::write('PluginTest.test_plugin.custom', 'loaded plugin custom config');
+Configure::write('PluginTest.test_plugin.custom', 'loaded plugin custom config');
@@ -32,4 +32,3 @@ class SampleShell extends Shell {
$this->out('This is the main method called from SampleShell');
@@ -25,4 +25,4 @@ use Cake\Console\Shell;
class OtherTaskTask extends Shell {
@@ -5,4 +5,4 @@ use Cake\View\Helper;
class TestPluginAppHelper extends Helper {
@@ -54,4 +54,3 @@ class SomePagesController extends Controller {
@@ -95,4 +95,3 @@ class TestCachedPagesController extends Controller {
@@ -1,2 +1,2 @@
<?php
-//do nothing this is an empty file.
+//do nothing this is an empty file.