Completed
Push — master ( c35892...51de61 )
by mehdi
02:46
created
src/Main.php 1 patch
Doc Comments   +3 added lines, -4 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@  discard block
 block discarded – undo
47 47
     /**
48 48
      * Setter for $statusCode
49 49
      * @param integer $statusCode
50
-     * @return App\Htpp\Responds\Respond
50
+     * @return Main
51 51
      * @author Shima Payro <[email protected]>
52 52
      * @since May 2, 2016 9:47:04 AM
53 53
      * @uses
@@ -77,7 +77,7 @@  discard block
 block discarded – undo
77 77
     /**
78 78
      * Setter for $statusText
79 79
      * @param String $statusText
80
-     * @return App\HtppApp\Htpp\Responds\Respond
80
+     * @return Main
81 81
      * @author Shima Payro <[email protected]>
82 82
      * @since May 2, 2016 9:48:23 AM
83 83
      * @uses
@@ -108,7 +108,6 @@  discard block
 block discarded – undo
108 108
 
109 109
     /**
110 110
      * Response which conteins just a message
111
-     * @param string $message
112 111
      * @author Shima Payro <[email protected]>
113 112
      * @since May 2, 2016 9:49:21 AM
114 113
      * @return json
@@ -131,7 +130,7 @@  discard block
 block discarded – undo
131 130
      * @author Mehdi Hosseini <[email protected]>
132 131
      * @since August 24, 2016
133 132
      * @param $errorCode integer
134
-     * @return instance
133
+     * @return Main
135 134
      */
136 135
     public function setErrorCode( $errorCode ) {
137 136
 
Please login to merge, or discard this patch.
src/Messages.php 1 patch
Doc Comments   -8 removed lines patch added patch discarded remove patch
@@ -72,7 +72,6 @@  discard block
 block discarded – undo
72 72
     /**
73 73
      * Delete action is faild
74 74
      * @author Shima Payro <[email protected]>
75
-     * @param String $message
76 75
      * @since May 2, 2016 9:53:53 AM
77 76
      * @uses
78 77
      * @see
@@ -88,7 +87,6 @@  discard block
 block discarded – undo
88 87
     /**
89 88
      * Update action is succeed
90 89
      * @author Shima Payro <[email protected]>
91
-     * @param String $message
92 90
      * @since May 2, 2016 9:54:09 AM
93 91
      * @uses
94 92
      * @see
@@ -104,7 +102,6 @@  discard block
 block discarded – undo
104 102
     /**
105 103
      * Insert action is faild
106 104
      * @author Shima Payro <[email protected]>
107
-     * @param String $message
108 105
      * @since May 2, 2016 9:54:27 AM
109 106
      * @uses
110 107
      * @see
@@ -120,7 +117,6 @@  discard block
 block discarded – undo
120 117
     /**
121 118
      * Database connection is refused
122 119
      * @author Shima Payro <[email protected]>
123
-     * @param String $message
124 120
      * @since May 2, 2016 9:54:45 AM
125 121
      * @uses
126 122
      * @see
@@ -136,7 +132,6 @@  discard block
 block discarded – undo
136 132
     /**
137 133
      * page requested is not found
138 134
      * @author Shima Payro <[email protected]>
139
-     * @param String $message
140 135
      * @since May 2, 2016 9:55:20 AM
141 136
      * @uses
142 137
      * @see
@@ -152,7 +147,6 @@  discard block
 block discarded – undo
152 147
     /**
153 148
      * Wrong parameters are entered
154 149
      * @author Shima Payro <[email protected]>
155
-     * @param String $message
156 150
      * @since May 2, 2016 9:55:20 AM
157 151
      * @uses
158 152
      * @see
@@ -168,7 +162,6 @@  discard block
 block discarded – undo
168 162
     /**
169 163
      * Method is not allowed
170 164
      * @author Shima Payro <[email protected]>
171
-     * @param String $message
172 165
      * @since May 2, 2016 9:55:20 AM
173 166
      * @uses
174 167
      * @see
@@ -200,7 +193,6 @@  discard block
 block discarded – undo
200 193
     /**
201 194
      * The request field is not found
202 195
      * @author Shima Payro <[email protected]>
203
-     * @param String $message
204 196
      * @since May 2, 2016 9:55:20 AM
205 197
      * @uses
206 198
      * @see
Please login to merge, or discard this patch.