Completed
Push — master ( 7951ac...24821b )
by Kai
02:30
created
src/HashFactory.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@  discard block
 block discarded – undo
72 72
      * Checks if a getter method was called
73 73
      *
74 74
      * @param   string      $name
75
-     * @return  string
75
+     * @return  boolean
76 76
      */
77 77
     private function isCalledGetter($name)
78 78
     {
@@ -121,7 +121,6 @@  discard block
 block discarded – undo
121 121
      * Initialize calculator object
122 122
      *
123 123
      * @param   string      $calculatorClass
124
-     * @param   array       $params
125 124
      * @return  \SimpleHash\Calculator\HashCalculatorInterface
126 125
      */
127 126
     private function initializeCalculator($calculatorClass)
Please login to merge, or discard this patch.