Commit Graph

14 Commits

Author SHA1 Message Date
Maurício Meneghini Fauth
3b285ff17e Use identical operator for non-empty strings
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-07-10 18:06:29 -03:00
Maurício Meneghini Fauth
3baad2eb1c Fix some coding standard issues
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-05-25 22:42:37 -03:00
Maurício Meneghini Fauth
a64393e7f5 Fix some coding standard issues
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-05-13 00:23:28 -03:00
Maurício Meneghini Fauth
206199105e Remove useless return type annotations
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-01-23 13:03:29 -03:00
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
0b7a83dd2b Extract action from SqlController::index
Extracts the set-column-preferences action from the SqlController index
method to a new route.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-01-18 17:59:55 -03:00
Maurício Meneghini Fauth
8ee847cb02 Extract action from SqlController::index
Extracts the get-default-fk-check-value action from the SqlController
index method to a new route.

Signed-off-by Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-01-18 16:54:43 -03:00
Maurício Meneghini Fauth
1c5cff42d3 Extract action from SqlController::index
Extracts the get-set-values action from the SqlController index method
to a new route.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-01-18 16:24:54 -03:00
Maurício Meneghini Fauth
670b5ccd24 Extract action from SqlController::index
Extracts the get-enum-values action from the SqlController index method
to a new route.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-01-18 15:58:04 -03:00
Maurício Meneghini Fauth
4c5b794931 Extract an action from SqlController
Extracts the get-relational-values action from the SqlController to a
new route.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-01-18 14:33:11 -03:00
Maurício Meneghini Fauth
77d5b1d8d8 Remove extract functions
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-01-17 19:44:00 -03:00
Maurício Meneghini Fauth
5c2441c55c Create Controllers\SqlController controller
Extracts the sql entry point to the controller.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-01-03 14:41:45 -03:00