File tree Expand file tree Collapse file tree 12 files changed +220
-2
lines changed
Expand file tree Collapse file tree 12 files changed +220
-2
lines changed Original file line number Diff line number Diff line change 1+ <?php
2+
3+ namespace GitScrum \Transformers ;
4+
5+ use League \Fractal \TransformerAbstract ;
6+
7+ class BranchTransformer extends TransformerAbstract
8+ {
9+ /**
10+ * A Fractal transformer.
11+ *
12+ * @return array
13+ */
14+ public function transform ()
15+ {
16+ return [
17+ //
18+ ];
19+ }
20+ }
Original file line number Diff line number Diff line change 1+ <?php
2+
3+ namespace GitScrum \Transformers ;
4+
5+ use League \Fractal \TransformerAbstract ;
6+
7+ class CommitTransformer extends TransformerAbstract
8+ {
9+ /**
10+ * A Fractal transformer.
11+ *
12+ * @return array
13+ */
14+ public function transform ()
15+ {
16+ return [
17+ //
18+ ];
19+ }
20+ }
Original file line number Diff line number Diff line change 1+ <?php
2+
3+ namespace GitScrum \Transformers ;
4+
5+ use League \Fractal \TransformerAbstract ;
6+
7+ class IssueTransformer extends TransformerAbstract
8+ {
9+ /**
10+ * A Fractal transformer.
11+ *
12+ * @return array
13+ */
14+ public function transform ()
15+ {
16+ return [
17+ //
18+ ];
19+ }
20+ }
Original file line number Diff line number Diff line change 1+ <?php
2+
3+ namespace GitScrum \Transformers ;
4+
5+ use League \Fractal \TransformerAbstract ;
6+
7+ class ProductBacklogTransformer extends TransformerAbstract
8+ {
9+ /**
10+ * A Fractal transformer.
11+ *
12+ * @return array
13+ */
14+ public function transform ()
15+ {
16+ return [
17+ //
18+ ];
19+ }
20+ }
Original file line number Diff line number Diff line change 1+ <?php
2+
3+ namespace GitScrum \Transformers ;
4+
5+ use League \Fractal \TransformerAbstract ;
6+
7+ class PullRequestTransformer extends TransformerAbstract
8+ {
9+ /**
10+ * A Fractal transformer.
11+ *
12+ * @return array
13+ */
14+ public function transform ()
15+ {
16+ return [
17+ //
18+ ];
19+ }
20+ }
Original file line number Diff line number Diff line change 1+ <?php
2+
3+ namespace GitScrum \Transformers ;
4+
5+ use League \Fractal \TransformerAbstract ;
6+
7+ class RepositoryTransformer extends TransformerAbstract
8+ {
9+ /**
10+ * A Fractal transformer.
11+ *
12+ * @return array
13+ */
14+ public function transform ()
15+ {
16+ return [
17+ //
18+ ];
19+ }
20+ }
Original file line number Diff line number Diff line change 1+ <?php
2+
3+ namespace GitScrum \Transformers ;
4+
5+ use League \Fractal \TransformerAbstract ;
6+
7+ class SprintTransformer extends TransformerAbstract
8+ {
9+ /**
10+ * A Fractal transformer.
11+ *
12+ * @return array
13+ */
14+ public function transform ()
15+ {
16+ return [
17+ //
18+ ];
19+ }
20+ }
Original file line number Diff line number Diff line change 1+ <?php
2+
3+ namespace GitScrum \Transformers ;
4+
5+ use League \Fractal \TransformerAbstract ;
6+
7+ class TeamTransformer extends TransformerAbstract
8+ {
9+ /**
10+ * A Fractal transformer.
11+ *
12+ * @return array
13+ */
14+ public function transform ()
15+ {
16+ return [
17+ //
18+ ];
19+ }
20+ }
Original file line number Diff line number Diff line change 1+ <?php
2+
3+ namespace GitScrum \Transformers ;
4+
5+ use League \Fractal \TransformerAbstract ;
6+
7+ class UserStoryTransformer extends TransformerAbstract
8+ {
9+ /**
10+ * A Fractal transformer.
11+ *
12+ * @return array
13+ */
14+ public function transform ()
15+ {
16+ return [
17+ //
18+ ];
19+ }
20+ }
Original file line number Diff line number Diff line change 1+ <?php
2+
3+ namespace GitScrum \Transformers ;
4+
5+ use League \Fractal \TransformerAbstract ;
6+
7+ class UserTransformer extends TransformerAbstract
8+ {
9+ /**
10+ * A Fractal transformer.
11+ *
12+ * @return array
13+ */
14+ public function transform ()
15+ {
16+ return [
17+ //
18+ ];
19+ }
20+ }
You can’t perform that action at this time.
0 commit comments