Completed
Pull Request — master (#10)
by Matthias
09:03 queued 07:46
created
src/MaglMarkdown/Adapter/ErusevParsedownAdapterFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
      * Create service
22 22
      *
23 23
      * @param ServiceLocatorInterface $serviceLocator
24
-     * @return mixed
24
+     * @return ErusevParsedownAdapter
25 25
      */
26 26
     public function createService(ServiceLocatorInterface $serviceLocator)
27 27
     {
Please login to merge, or discard this patch.
src/MaglMarkdown/Adapter/ErusevParsedownExtraAdapterFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
      * Create service
22 22
      *
23 23
      * @param ServiceLocatorInterface $serviceLocator
24
-     * @return mixed
24
+     * @return ErusevParsedownExtraAdapter
25 25
      */
26 26
     public function createService(ServiceLocatorInterface $serviceLocator)
27 27
     {
Please login to merge, or discard this patch.
src/MaglMarkdown/Adapter/MichelfPHPMarkdownExtraAdapterFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
      * Create service
22 22
      *
23 23
      * @param ServiceLocatorInterface $serviceLocator
24
-     * @return mixed
24
+     * @return MichelfPHPMarkdownExtraAdapter
25 25
      */
26 26
     public function createService(ServiceLocatorInterface $serviceLocator)
27 27
     {
Please login to merge, or discard this patch.