Completed
Push — master ( f39b3a...222786 )
by recca
02:14
created
src/JString/PHP.php 1 patch
Doc Comments   +1 added lines, -7 removed lines patch added patch discarded remove patch
@@ -61,7 +61,6 @@  discard block
 block discarded – undo
61 61
      * Split a string by string.
62 62
      *
63 63
      * @param string $delimiter
64
-     * @param int $limit
65 64
      * @return \Recca0120\LoDash\JArray
66 65
      */
67 66
     public function explode($delimiter)
@@ -74,7 +73,6 @@  discard block
 block discarded – undo
74 73
     /**
75 74
      * Convert all HTML entities to their applicable characters.
76 75
      *
77
-     * @param int $flags
78 76
      * @return static
79 77
      */
80 78
     public function htmlEntityDecode()
@@ -87,7 +85,6 @@  discard block
 block discarded – undo
87 85
     /**
88 86
      * Convert all applicable characters to HTML entities.
89 87
      *
90
-     * @param int $flags
91 88
      * @return static
92 89
      */
93 90
     public function htmlentities()
@@ -100,7 +97,6 @@  discard block
 block discarded – undo
100 97
     /**
101 98
      * Convert special HTML entities back to characters.
102 99
      *
103
-     * @param int $flags
104 100
      * @return static
105 101
      */
106 102
     public function htmlspecialcharsDecode()
@@ -113,7 +109,6 @@  discard block
 block discarded – undo
113 109
     /**
114 110
      * Convert special characters to HTML entities.
115 111
      *
116
-     * @param int $flags
117 112
      * @return static
118 113
      */
119 114
     public function htmlspecialchars()
@@ -204,7 +199,7 @@  discard block
 block discarded – undo
204 199
      * Parses input from a string according to a format.
205 200
      *
206 201
      * @param string $format
207
-     * @return static
202
+     * @return JArray
208 203
      */
209 204
     public function sscanf($format)
210 205
     {
@@ -247,7 +242,6 @@  discard block
 block discarded – undo
247 242
     /**
248 243
      * Strip HTML and PHP tags from a string.
249 244
      *
250
-     * @param string $allowable_tags
251 245
      *
252 246
      * @return static
253 247
      */
Please login to merge, or discard this patch.