Completed
Push — master ( ee041c...22b621 )
by Joschi
04:52
created
src/Admin/Infrastructure/Strategy/DoctrineStorageAdapterStrategy.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -834,7 +834,7 @@  discard block
 block discarded – undo
834 834
     /**
835 835
      * Configure a protocol based port for a virtual host
836 836
      *
837
-     * @param string $account Account name
837
+     * @param AccountInterface $account Account name
838 838
      * @param string $docroot Document root
839 839
      * @param int $protocol Protocol
840 840
      * @param int $port Port
@@ -874,7 +874,7 @@  discard block
 block discarded – undo
874 874
     /**
875 875
      * Add a secondary domain to a virtual host
876 876
      *
877
-     * @param string $account Account name
877
+     * @param AccountInterface $account Account name
878 878
      * @param string $docroot Document root
879 879
      * @param DomainInterface $domain Domain
880 880
      * @return VhostInterface Virtual host
@@ -932,7 +932,7 @@  discard block
 block discarded – undo
932 932
     /**
933 933
      * Remove a secondary domain from a virtual host
934 934
      *
935
-     * @param string $account Account name
935
+     * @param AccountInterface $account Account name
936 936
      * @param string $docroot Document root
937 937
      * @param DomainInterface $domain Domain
938 938
      * @return VhostInterface Virtual host
Please login to merge, or discard this patch.
src/Admin/Infrastructure/Service/DirectoryService.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -100,7 +100,6 @@
 block discarded – undo
100 100
         }
101 101
 
102 102
         return $absolute ?
103
-            $absDataDirectory :
104
-            trim(substr($absDataDirectory, strlen($dataBaseDirectory)), DIRECTORY_SEPARATOR);
103
+            $absDataDirectory : trim(substr($absDataDirectory, strlen($dataBaseDirectory)), DIRECTORY_SEPARATOR);
105 104
     }
106 105
 }
Please login to merge, or discard this patch.