@@ -83,6 +83,10 @@ discard block |
||
83 | 83 | return 0; |
84 | 84 | } |
85 | 85 | |
86 | + /** |
|
87 | + * @param OutputInterface $output |
|
88 | + * @param integer $verse |
|
89 | + */ |
|
86 | 90 | private function chapter($output, $verse) |
87 | 91 | { |
88 | 92 | $surah = $this->quran->getSource()->surah($verse); |
@@ -108,6 +112,9 @@ discard block |
||
108 | 112 | $table->render(); |
109 | 113 | } |
110 | 114 | |
115 | + /** |
|
116 | + * @param OutputInterface $output |
|
117 | + */ |
|
111 | 118 | private function chapters($output) |
112 | 119 | { |
113 | 120 | $surah = $this->quran->getSource()->surah(); |
@@ -124,6 +131,9 @@ discard block |
||
124 | 131 | $table->render(); |
125 | 132 | } |
126 | 133 | |
134 | + /** |
|
135 | + * @param integer $columns |
|
136 | + */ |
|
127 | 137 | private function array_chunk_vertical($data, $columns) |
128 | 138 | { |
129 | 139 | $n = count($data); |