Completed
Push — master ( ae2ef6...079feb )
by Filipe
03:03
created
src/Renderer/HtmlExtension.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
     /**
47 47
      * Returns a list of functions to add to the existing list.
48 48
      *
49
-     * @return array An array of functions
49
+     * @return SimpleFunction[] An array of functions
50 50
      */
51 51
     public function getFunctions()
52 52
     {
Please login to merge, or discard this patch.
src/Controller/EntityViewMethods.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
      *
61 61
      * @param int $entityId
62 62
      * 
63
-     * @return null|EntityInterface
63
+     * @return EntityInterface
64 64
      */
65 65
     public function show($entityId = 0)
66 66
     {
Please login to merge, or discard this patch.
src/Controller/FormAwareMethods.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@
 block discarded – undo
87 87
      *
88 88
      * @param EntityUpdateService $updateService
89 89
      *
90
-     * @return EntityCreateMethods
90
+     * @return FormAwareMethods
91 91
      */
92 92
     public function setUpdateService(EntityUpdateService $updateService)
93 93
     {
Please login to merge, or discard this patch.