Hugues Peccatte
66f82fbfac
Update PHPDoc and remove useless variables and methods to fix scrutinizer errors.
...
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-06-19 22:09:18 +02:00
Michal Čihař
8eb8d5a9b5
Fix return type
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-06-06 14:59:22 +02:00
Michal Čihař
286b9a79e0
Remove control link from PMA_List_Database class
...
This code is there from time when we used SHOW DATABASE, which could
fail with --skip-show-database. As we now use information schema which
is not limited by this, there is no need for this workaround.
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-02-26 08:55:27 +01:00
Marc Delisle
45d3f4326c
Fix merge conflicts
2013-07-17 15:05:23 -04:00
Madhura Jayaratne
24b214b345
Improve coding style
2012-05-07 19:39:14 +05:30
Dieter Adriaenssens
3a3da2987e
add vim directive for indenting with spaces
2012-04-11 16:18:53 +02:00
Madhura Jayaratne
ac83360796
Coding style improvements
2012-03-21 05:45:58 +05:30
Michal Čihař
e56949f160
Use package name PhpMyAdmin
...
Needed to match phpdoc rules as package name must begin with upper case.
2011-10-25 10:13:17 +02:00
Piotr Przybylski
df9b8c2729
Fix comments for functions with missing @return tag
2011-08-16 14:31:52 +02:00
Michal Čihař
e57f27e50b
Remove @uses tags from docblocks
2011-06-27 11:20:20 +02:00
Michal Čihař
d17fba309c
Fix permissions.
...
Most files were made executable somewhere in ninadsp tree, reverting
this.
2010-08-30 09:53:37 +02:00
ninadsp
bed1948d04
testing git setup - no major change made in code yet
...
only added a few comments
2010-05-23 01:22:01 +05:30
Michal Čihař
56941e509c
Adding @package, second part.
2008-11-24 11:05:40 +00:00
Marc Delisle
c930d2bd4f
patch #209978 , missing svn:eol-style
2008-09-10 16:53:28 +00:00
Marc Delisle
23cfd9f868
typos
2008-05-09 10:50:28 +00:00
Sebastian Mendel
fa21fe3ea5
make the database list more magic:
...
load/fetch only if really required
use SPL ArrayObject to behave like an array
2008-05-09 10:41:16 +00:00