Jakub Vrana
3e455a4787
Plugins: Extend Adminer\Plugin
2025-04-07 17:02:16 +02:00
Jakub Vrana
634b0aaacf
AdminerLoginServers: Add comment (bug #965 )
2025-04-01 18:55:34 +02:00
Jakub Vrana
641ee4ff26
Doc-comments: Move param types to declaration
2025-03-28 12:45:02 +01:00
Jakub Vrana
911f3b71b7
Doc-comments: Add param names
2025-03-28 12:45:02 +01:00
Jakub Vrana
41aad5bc37
Doc-comment: Use type aliases for arrays
...
Type aliases could be defined either globally (https://phpstan.org/writing-php-code/phpdoc-types#global-type-aliases ) or just for a class.
I prefer having them at the place where they are created.
2025-03-26 02:43:08 +01:00
Jakub Vrana
2ee325183b
Doc-comment: Improve array @param
...
This uses syntax from https://phpstan.org/writing-php-code/phpdoc-types#general-arrays .
int[] means an array of ints with arbitrary keys (usually strings)
list<string> means an array of strings with sequential integer keys starting at 0
list<string>[] means an arbitrary array of string lists
list<string[]> means list of arbitrary string arrays
string[][] means two dimensional array with arbitrary keys in both dimensions
array was left in the comments for https://phpstan.org/writing-php-code/phpdoc-types#array-shapes
2025-03-25 14:31:27 +01:00
Jakub Vrana
ebd5f19dd4
Use protected visibility
2025-03-11 08:12:09 +01:00
Jakub Vrana
ad2cbbf26e
Use helper function
2025-03-08 19:59:32 +01:00
Jakub Vrana
0541680d73
Move constants to namespace
2025-03-06 17:34:21 +01:00
Jakub Vrana
af68e30742
Code style: Remove newline before }
2025-03-05 14:38:48 +01:00
Jakub Vrana
50e7a65e6e
Use namespaces in plugins
2025-03-05 13:10:40 +01:00
Jan Tojnar
4cdcb44bee
Use more [] in doc-comments
...
Follow up to 42de70d032
2025-03-03 08:39:17 +01:00
Jakub Vrana
42de70d032
Use [] in doc-comments
2025-02-23 14:39:14 +01:00
Jakub Vrana
6fe9827eea
Trim trailing whitespace
2025-02-21 13:59:17 +01:00
Jakub Vrana
3410836c12
Allow connecting to different drivers in login-servers
2018-02-22 12:38:22 +01:00
Jakub Vrana
a1927d5b71
Allow specifying server name displayed in breadcrumbs
2018-02-08 14:32:21 +01:00
Jakub Vrana
923c0ffc87
Fix whitespace
2018-01-22 13:51:47 +01:00
Jakub Vrana
f3938c1a66
Use HTTPS
2018-01-14 11:03:54 +01:00
Jakub Vrana
40d1feec9f
Update URL
2017-02-27 13:44:22 +01:00
David Grudl
a6ebd4a3e0
uses PHP 5 constructors
2015-11-01 11:08:46 -08:00
Jakub Vrana
a01b2efc22
Change links to HTTPS
2015-09-10 09:26:36 -07:00
Jakub Vrana
091a4d04f4
Link to documentation
2012-06-30 03:17:16 -07:00
Jakub Vrana
f595f9313e
Use namespace in login form
2012-05-14 01:11:08 -07:00
Jakub Vrana
75783421f1
Comment
2011-08-11 17:06:42 +02:00
Jakub Vrana
e6b520212b
Properties @access
2011-06-10 13:32:46 +02:00
Jakub Vrana
56a1bdd7fc
Support for other drivers
2011-06-07 15:47:11 +02:00
Jakub Vrana
1804f71b96
New plugin: Display constant list of servers in login form
2011-03-21 10:16:01 +01:00