Completed
Pull Request — master (#2)
by Tim
10:12 queued 01:09
created
src/AppserverIo/Psr/ApplicationServer/ApplicationServerInterface.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,6 @@
 block discarded – undo
25 25
 
26 26
 /**
27 27
  * Interface for the application server instance.
28
-
29 28
  * @author    Tim Wagner <[email protected]>
30 29
  * @copyright 2018 TechDivision GmbH <[email protected]>
31 30
  * @license   http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
Please login to merge, or discard this patch.
Psr/ApplicationServer/Configuration/DatabaseConfigurationInterface.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -124,9 +124,9 @@
 block discarded – undo
124 124
     public function getPlatform();
125 125
 
126 126
     /**
127
-    * Returns the encryption information.
128
-    *
129
-    * @return \AppserverIo\Configuration\Interfaces\NodeValueInterface The encryption information
130
-    */
127
+     * Returns the encryption information.
128
+     *
129
+     * @return \AppserverIo\Configuration\Interfaces\NodeValueInterface The encryption information
130
+     */
131 131
     public function getEncryption();
132 132
 }
Please login to merge, or discard this patch.