mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 09:34:39 +00:00
src: style and whitespace sweep
This commit is contained in:
parent
f4fad63aac
commit
3ad1be040c
@ -58,7 +58,9 @@ class M1_0_2 extends BaseModelMigration
|
||||
$node->enabled = '0';
|
||||
// Description can be up to 255 characters, truncate as necessary.
|
||||
$node->description = substr(
|
||||
$node->description . ' - Old GeoIP rule, disabled by migration', 0, 255
|
||||
$node->description . ' - Old GeoIP rule, disabled by migration',
|
||||
0,
|
||||
255
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@ -56,4 +56,3 @@ class Config(object):
|
||||
for key in kwargs:
|
||||
if hasattr(self, key):
|
||||
setattr(self, key, kwargs[key])
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user