Autofix line endings
[MAILPOET-2715]
This commit is contained in:
committed by
Jack Kitterhing
parent
d9db919651
commit
0dcdf6e9f1
@@ -20,4 +20,4 @@ class PersonalDataErasers {
|
|||||||
return $erasers;
|
return $erasers;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@@ -55,4 +55,3 @@ class StatsNotificationsRepository extends Repository {
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -5,4 +5,4 @@ namespace MailPoet\Models;
|
|||||||
class Log extends Model {
|
class Log extends Model {
|
||||||
public static $_table = MP_LOG_TABLE;
|
public static $_table = MP_LOG_TABLE;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@@ -26,4 +26,4 @@ class LayoutHelper {
|
|||||||
'blocks' => $blocks,
|
'blocks' => $blocks,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -29,4 +29,4 @@ class OpenTracking {
|
|||||||
});
|
});
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -78,4 +78,4 @@ class Preprocessor {
|
|||||||
], $styles),
|
], $styles),
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -13,4 +13,4 @@ class Charsets {
|
|||||||
'ISO-8859-15', 'Windows-1251', 'Windows-1252',
|
'ISO-8859-15', 'Windows-1251', 'Windows-1252',
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -219,4 +219,4 @@ class Hosts {
|
|||||||
public static function getSMTPHosts() {
|
public static function getSMTPHosts() {
|
||||||
return static::$_smtp;
|
return static::$_smtp;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -90,4 +90,3 @@ class PermanentNotices {
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -26,4 +26,3 @@ class ConfirmConfirmationPageCest {
|
|||||||
$i->waitForText($postContent);
|
$i->waitForText($postContent);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -84,4 +84,3 @@ class SubscribeOnRegistrationPageCest {
|
|||||||
$i->seeNoJSErrors();
|
$i->seeNoJSErrors();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -2,4 +2,3 @@
|
|||||||
|
|
||||||
$dotenv = Dotenv\Dotenv::create(__DIR__ . '/../..');
|
$dotenv = Dotenv\Dotenv::create(__DIR__ . '/../..');
|
||||||
$dotenv->load();
|
$dotenv->load();
|
||||||
|
|
||||||
|
@@ -46,4 +46,4 @@ class NewslettersResponseBuilderTest extends \MailPoetTest {
|
|||||||
$em->remove($newsletter);
|
$em->remove($newsletter);
|
||||||
$em->flush();
|
$em->flush();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -129,4 +129,3 @@ class CapabilitiesTest extends \MailPoetTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -8,4 +8,4 @@ class BulkActionClassStub {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@@ -8,4 +8,4 @@ class DynamicListingsHandlerMock {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@@ -12,4 +12,4 @@ class FinderMock {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@@ -8,4 +8,4 @@ class SubscribersBulkActionHandlerMock {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@@ -242,4 +242,4 @@ if (!function_exists('get_woocommerce_currency')) {
|
|||||||
function get_woocommerce_currency() {
|
function get_woocommerce_currency() {
|
||||||
return 'USD';
|
return 'USD';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -42,4 +42,4 @@ class ErrorResponseTest extends \MailPoetUnitTest {
|
|||||||
public function _after() {
|
public function _after() {
|
||||||
WPFunctions::set(new WPFunctions);
|
WPFunctions::set(new WPFunctions);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -65,4 +65,4 @@ class PreprocessorTest extends \MailPoetUnitTest {
|
|||||||
]]);
|
]]);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@@ -58,4 +58,4 @@ class HelpersTest extends \MailPoetUnitTest {
|
|||||||
'number' => 523,
|
'number' => 523,
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -34,4 +34,4 @@ class SecurityTest extends \MailPoetUnitTest {
|
|||||||
public function testItGeneratesRandomHashWithCustomLength() {
|
public function testItGeneratesRandomHashWithCustomLength() {
|
||||||
expect(strlen(Security::generateHash(10)))->equals(10);
|
expect(strlen(Security::generateHash(10)))->equals(10);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -16,4 +16,4 @@ class UrlTest extends \MailPoetUnitTest {
|
|||||||
$currentUrl = $urlHelper->getCurrentUrl();
|
$currentUrl = $urlHelper->getCurrentUrl();
|
||||||
expect($currentUrl)->equals($homeUrl);
|
expect($currentUrl)->equals($homeUrl);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user