Rewrites/double quotes single #1265

Merged
Quix0r merged 19 commits from rewrites/double-quotes-single into develop 2022-06-25 00:49:05 +02:00

19 commits

Author SHA1 Message Date
02d4a560a1
Changes:
- added type-hint + intval() (@MrPetovan)
- also changed `if (!$foo == '')` to `if ($foo != '')`
- added some spaces for better readability
2022-06-24 23:35:20 +02:00
3ab46781b1
Changes:
- if a <addon>_module() function is empty, it is more a statement and not a
  real function
2022-06-24 23:35:16 +02:00
e895b55f6d
Cleaned up 2022-06-23 17:28:15 +02:00
6c84c9dfc9
Changes:
- made variable $uriId camel-case
2022-06-23 16:04:54 +02:00
52d971ceab
Wrong type-hint 2022-06-23 12:05:14 +02:00
def2389b57
Wrong type-hint + renamed $b -> $body 2022-06-23 07:54:20 +02:00
93267b5b83
Fixed wrong type-hint + "imported" class 2022-06-23 07:45:59 +02:00
43c0e689f9
Wrong type-hint + renamed $b -> $body 2022-06-23 07:42:35 +02:00
4239112dec
Ops 2022-06-23 07:37:12 +02:00
37f3f0e621
Wrong types, why call $b so often ... 2022-06-23 07:34:57 +02:00
af994b4818
Ops, wrong type 2022-06-23 07:28:19 +02:00
a2760cb1d1
Re-formatted a bit 2022-06-23 07:27:10 +02:00
04df7f6e05
Changes:
- added more type-hints
- cleaned up some files (curly braces, spaces)
2022-06-23 07:17:00 +02:00
a1e17968d1
leistungsschutzrecht_is_member_site() returns boolean value 2022-06-23 06:26:42 +02:00
0ecd772958
Changes:
- added some type-hints
- changed double-quotes to singl
- cleaned up file (e.g. wrong place for curly braces)
2022-06-23 06:21:07 +02:00
3bda8dfa32
Changes:
- changed more double-quotes to single
- cleaned up js_upload/file-uploader/server/php.php a lot
- added some type-hints
2022-06-23 06:09:29 +02:00
28cdecea93
Changes:
- changed more double-quotes to single
- `include` is not a function
2022-06-23 05:53:10 +02:00
be9d786ef9
Ops, we need this back! :-( 2022-06-23 05:50:12 +02:00
b9f330fa18
Changed:
- removed discouraged ?>
- changed double-quotes to single
2022-06-23 01:48:01 +02:00