@@ -38,7 +38,7 @@ |
||
38 | 38 | } |
39 | 39 | } |
40 | 40 | |
41 | -if (! function_exists('with')) { |
|
41 | +if (!function_exists('with')) { |
|
42 | 42 | /** |
43 | 43 | * Return the given object. Useful for chaining. |
44 | 44 | * |