@@ -37,7 +37,7 @@ |
||
37 | 37 | $text = $text->getPlainText(); |
38 | 38 | $hash = sha1($text); |
39 | 39 | |
40 | - if (! isset( static::$cache[$hash])) { |
|
40 | + if (!isset(static::$cache[$hash])) { |
|
41 | 41 | $result = parent::calculate($text); |
42 | 42 | static::$cache[$hash] = $result; |
43 | 43 | } |
@@ -37,7 +37,7 @@ |
||
37 | 37 | $text = $text->getPlainText(); |
38 | 38 | $hash = sha1($text); |
39 | 39 | |
40 | - if (! isset( static::$cache[$hash])) { |
|
40 | + if (!isset(static::$cache[$hash])) { |
|
41 | 41 | $result = parent::calculate($text); |
42 | 42 | static::$cache[$hash] = $result; |
43 | 43 | } |
@@ -37,7 +37,7 @@ |
||
37 | 37 | $text = $text->getPlainText(); |
38 | 38 | $hash = sha1($text); |
39 | 39 | |
40 | - if (! isset( static::$cache[$hash])) { |
|
40 | + if (!isset(static::$cache[$hash])) { |
|
41 | 41 | $result = parent::calculate($text); |
42 | 42 | static::$cache[$hash] = $result; |
43 | 43 | } |
@@ -37,7 +37,7 @@ |
||
37 | 37 | $text = $text->getPlainText(); |
38 | 38 | $hash = sha1($text); |
39 | 39 | |
40 | - if (! isset( static::$cache[$hash])) { |
|
40 | + if (!isset(static::$cache[$hash])) { |
|
41 | 41 | $result = parent::calculate($text); |
42 | 42 | static::$cache[$hash] = $result; |
43 | 43 | } |
@@ -37,7 +37,7 @@ |
||
37 | 37 | $text = $text->getPlainText(); |
38 | 38 | $hash = sha1($text); |
39 | 39 | |
40 | - if (! isset( static::$cache[$hash])) { |
|
40 | + if (!isset(static::$cache[$hash])) { |
|
41 | 41 | $result = parent::calculate($text); |
42 | 42 | static::$cache[$hash] = $result; |
43 | 43 | } |
@@ -37,7 +37,7 @@ |
||
37 | 37 | $text = $text->getPlainText(); |
38 | 38 | $hash = sha1($text); |
39 | 39 | |
40 | - if (! isset( static::$cache[$hash])) { |
|
40 | + if (!isset(static::$cache[$hash])) { |
|
41 | 41 | $result = parent::calculate($text); |
42 | 42 | static::$cache[$hash] = $result; |
43 | 43 | } |