Completed
Push — master ( bfe46f...fa4940 )
by Timothy
06:01 queued 01:49
created
src/Aviat/AnimeClient/AnimeClient.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@
 block discarded – undo
81 81
 	 *
82 82
 	 * @param string $file
83 83
 	 * @param mixed $data
84
-	 * @return bool
84
+	 * @return integer
85 85
 	 */
86 86
 	public static function json_file_encode($file, $data)
87 87
 	{
Please login to merge, or discard this patch.
src/Aviat/Ion/Json.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -23,8 +23,8 @@
 block discarded – undo
23 23
 	 * Encode data in json format
24 24
 	 *
25 25
 	 * @param mixed $data
26
-	 * @param int $options=0
27
-	 * @param int $depth=512
26
+	 * @param int $options
27
+	 * @param int $depth
28 28
 	 * @return string
29 29
 	 */
30 30
 	public static function encode($data, $options = 0, $depth = 512)
Please login to merge, or discard this patch.