Maurício Meneghini Fauth
|
676f48349a
|
Reference global funcs and consts via use statement
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-01-21 22:13:36 -03:00 |
|
Maurício Meneghini Fauth
|
f80d3e3bd4
|
Remove unnecessary annotations
@package, @subpackage and others.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-01-20 17:35:56 -03:00 |
|
Maurício Meneghini Fauth
|
50bc4ab37f
|
Remove useless PHP docs for functions
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-01-20 13:20:01 -03:00 |
|
Maurício Meneghini Fauth
|
8ec4209002
|
Fix some coding standard issues
- Inverts yoda comparisons
- Removes parentheses from return
- Removes useless ternary operators
- Adds paretheses to new instances
- Adds trailing array comma
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-01-20 00:38:34 -03:00 |
|
Maurício Meneghini Fauth
|
7837ab81f2
|
Remove the table sql entry point file
Directly calls the controller instead of including the file.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-01-06 23:15:26 -03:00 |
|
Maurício Meneghini Fauth
|
634c9f38e9
|
Remove the table replace entry point file
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-01-06 23:15:26 -03:00 |
|
Maurício Meneghini Fauth
|
d190c82f1e
|
Remove the table change entry point file
Directly calls the controller instead of including the file.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-01-06 23:15:26 -03:00 |
|
Maurício Meneghini Fauth
|
42468cb033
|
Remove the database sql entry point file
Directly calls the controller instead of including the file.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-01-06 23:15:26 -03:00 |
|
Maurício Meneghini Fauth
|
cbce3a66e3
|
Remove the sql entry point file
Directly calls the controller instead of including the entry point file.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-01-06 23:15:26 -03:00 |
|
Maurício Meneghini Fauth
|
fc9fcd1550
|
Create Table\ReplaceController controller
Extracts the table replace entry point logic to the controller.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-01-04 13:27:48 -03:00 |
|