packages/base/bootstrap.php 1

Type Line Description
error 0 No summary was found for this file

packages/base/classes/controller/auth.php 1

Type Line Description
error 0 No summary was found for this file

packages/base/classes/controller/base.php 1

Type Line Description
error 0 No summary was found for this file

packages/base/classes/controller/errors.php 1

Type Line Description
error 0 No summary was found for this file

packages/base/classes/controller/neapi.php 1

Type Line Description
error 0 No summary was found for this file

packages/base/classes/logger.php 1

Type Line Description
error 0 No summary was found for this file

packages/base/classes/model/base.php 3

Type Line Description
error 0 No summary was found for this file
notice 626 Parameter $args could not be found in hook()
notice 640 Parameter $params could not be found in transactionDo()

packages/base/classes/model/company.php 1

Type Line Description
error 0 No summary was found for this file

packages/base/classes/model/user.php 1

Type Line Description
error 0 No summary was found for this file

packages/base/config/base.php 1

Type Line Description
error 0 No summary was found for this file

packages/base/migrations/001_create_companies.php 4

Type Line Description
error 0 No summary was found for this file
error 5 No summary for class \Fuel\Migrations\Create_companies
error 7 No summary for method up()
error 38 No summary for method down()

packages/base/migrations/002_create_users.php 4

Type Line Description
error 0 No summary was found for this file
error 5 No summary for class \Fuel\Migrations\Create_users
error 7 No summary for method up()
error 66 No summary for method down()

packages/base/tests/common.php 10

Type Line Description
error 0 No summary was found for this file
error 107 Argument $class is missing from the Docblock of getProperty
error 107 Argument $property is missing from the Docblock of getProperty
error 107 No summary for method getProperty()
error 117 Argument $class is missing from the Docblock of getMethod
error 117 Argument $method is missing from the Docblock of getMethod
error 117 No summary for method getMethod()
error 130 Argument $mock is missing from the Docblock of assertCalledOnce
error 130 Argument $method is missing from the Docblock of assertCalledOnce
error 130 No summary for method assertCalledOnce()

packages/base/tests/controller/auth.php 7

Type Line Description
error 0 No summary was found for this file
error 7 No summary for class \Dummy_Controller_Test
error 15 No summary for method setUp()
error 24 No summary for method getClient()
error 28 No summary for method test__init_を呼ぶとclientにはクライアントのインスタンスがセットされている()
error 33 No summary for method test__create_company_戻り値はCompanyモデルのインスタンス()
error 47 No summary for method test__create_user_戻り値はUserモデルのインスタンス()

packages/base/tests/controller/base.php 12

Type Line Description
error 0 No summary was found for this file
error 11 No summary for method setUp()
error 20 No summary for method getGetLocale()
error 23 No summary for method test_getLocale_カンマ区切りも文字列が与えられても先頭の2文字だけ見る()
error 30 No summary for method test_getLocale_先頭に空白文字が入っていたら無視し先頭の2文字を返す()
error 39 No summary for method test_setLanguage_言語を設定しない場合は日本語が選択される()
error 40 No summary for method test_setLanguage_jaを指定すると日本語が選択される()
error 41 No summary for method test_setLanguage_enを指定すると英語が選択される()
error 43 No summary for method test_init_を呼ぶと言語ファイルcommon_ymlの内容が使用できる()
error 46 No summary for method test_init_を呼ぶと言語ファイルmodel_ymlの内容が使用できる()
error 49 No summary for method test_init_を呼ぶと言語ファイルpage_ymlの内容が使用できる()
error 52 No summary for method test_init_を呼ぶと言語ファイルmessage_ymlの内容が使用できる()

packages/base/tests/controller/neapi.php 1

Type Line Description
error 0 No summary was found for this file

packages/base/tests/model/base.php 74

Type Line Description
error 0 No summary was found for this file
error 6 No summary for class \Model_Test
error 15 No summary for method before_insert()
error 16 No summary for method before_update()
error 17 No summary for method before_save()
error 18 No summary for method before_delete()
error 19 Argument $success is missing from the Docblock of after_insert
error 19 No summary for method after_insert()
error 20 Argument $success is missing from the Docblock of after_update
error 20 No summary for method after_update()
error 21 Argument $success is missing from the Docblock of after_save
error 21 No summary for method after_save()
error 22 Argument $success is missing from the Docblock of after_delete
error 22 No summary for method after_delete()
error 25 Argument $callback is missing from the Docblock of throutghTransactionDo
error 25 No summary for method throutghTransactionDo()
error 7 No summary for property $int_column
error 8 No summary for property $varchar_column
error 9 No summary for property $test_column
error 10 No summary for property $bigint_column
error 11 No summary for property $bool_column
error 13 No summary for property $ignoreSaveKey
error 37 No summary for method setUpBeforeClass()
error 57 Argument $class_name is missing from the Docblock of getGetTableName
error 57 No summary for method getGetTableName()
error 65 Argument $classname is missing from the Docblock of getHookMock
error 65 Argument $hookname is missing from the Docblock of getHookMock
error 65 No summary for method getHookMock()
error 71 Argument $classname is missing from the Docblock of getHookFirstArgument
error 71 Argument $hookname is missing from the Docblock of getHookFirstArgument
error 71 Argument $expected is missing from the Docblock of getHookFirstArgument
error 71 No summary for method getHookFirstArgument()
error 86 No summary for method test___construct_第一引数は省略可能()
error 90 No summary for method test___construct_第一引数に連想配列を渡すとそのキーと値がプロパティに設定される()
error 107 No summary for method test_isNew_まだDBに存在しないデータならtrueを返す()
error 111 No summary for method test_isNew_既にDBに存在しているデータならfalseを返す()
error 117 No summary for method test_validate_内部でbefore_validateフックが呼ばれる()
error 121 No summary for method test_validate_内部でafter_validateフックが呼ばれる()
error 127 No summary for method test_create_内部でbefore_insertフックが呼ばれる()
error 142 No summary for method test_insert_DBに挿入が行える()
error 157 No summary for method test_insert_戻り値はboolean()
error 161 No summary for method test_insert_created_atにNOW()_updated_atにもNOW()の値が格納されている()
error 180 No summary for method test_insert_第一引数にtrueを与えるとINSERT_IGNOREのSQLが発行される()
error 188 No summary for method test_insert_第一引数にtrueを与え_DBにあるデータと重複するモデルを挿入しようとしても例外をスローしない()
error 197 No summary for method test_insert_第一引数にfalseを与え_DBにあるデータと重複するモデルを挿入しようとすると例外をスローする()
error 209 No summary for method test_update_内部でbefore_updateフックが呼ばれる()
error 215 No summary for method test_update_内部でbefore_saveフックが呼ばれる()
error 228 No summary for method test_update_DBに存在するモデルをupdateしてもDBの行数は変わらない()
error 237 No summary for method test_update_変更した値がDBに反映される()
error 246 No summary for method test_update_updated_atは更新され_created_atは更新されない()
error 259 No summary for method test_update_戻り値はboolean()
error 266 No summary for method test_update_更新の際にはcreated_atは変化せずupdated_atの値だけ更新される()
error 281 No summary for method test_save_内部でbefore_saveフックが呼ばれる()
error 294 No summary for method test_save_新規挿入の際にはcreated_atとupdated_atにNOWの値(CURRENT_TIMESTAMP)が格納される()
error 312 No summary for method test_save_UNIQUEキーがDBに存在するデータと重複するモデルをsaveすると更新になる()
error 323 No summary for method test_save_UNIQUEキーがDBに存在するデータと重複しないモデルをsaveすると挿入になる()
error 338 No summary for method test_delete_内部でbefore_deleteフックが呼ばれる()
error 349 No summary for method test_delete_DBから削除ができる()
error 356 No summary for method test_delete_戻り値はboolean()
error 368 No summary for method test_find_DBからデータを取得して生成したインスタンスはid_created_at_updated_atを持っている()
error 375 No summary for method test_find_存在しないidを与えるとnullが返る()
error 382 No summary for method test_findBy_一致する条件があればModel_Baseのインスタンスの配列が返る()
error 391 No summary for method test_findBy_存在しない条件を与えると空配列が返る()
error 399 No summary for method test_findLike_部分一致で検索ができる()
error 417 No summary for method test_count_引数を省略するとそのテーブル全件のデータ件数が取得できる()
error 423 No summary for method test_count_存在しない条件を与えると戻り値はゼロ()
error 432 No summary for method test_transactionDo_トランザクションが実行されている()
error 439 No summary for method test_transactionDo_コールバックで例外が起きずに終了するとコミットされる()
error 455 No summary for method test_transactionDo_コールバック内で例外を投げるとロールバックされる()
error 478 No summary for method test__getTableName_クラス名からModel_を取り除き小文字かつ複数形にした文字列が返却される()
error 484 No summary for method test_toArray_戻り値は連想配列()
error 488 No summary for method test_toArray_ignoreされたプロパティは返却されない()
error 493 No summary for method test_toArray_定義されていないプロパティは返却されない()
error 35 No summary for property $restore_tables

packages/base/tests/model/company.php 1

Type Line Description
error 0 No summary was found for this file

packages/base/tests/model/user.php 1

Type Line Description
error 0 No summary was found for this file

packages/base/tests/nextengine/api/client/router.php 7

Type Line Description
error 0 No summary was found for this file
error 10 No summary for method getClient()
error 17 No summary for method test_authenticate_createCompanyが呼ばれる()
error 18 No summary for method test_authenticate_uidに対応するユーザがいる場合_ユーザ取得用のAPIは叩かれない()
error 19 No summary for method test_authenticate_uidに対応するユーザがいない場合_ユーザ取得用のAPIが叩かれる()
error 20 No summary for method test_authenticate_戻り値は配列で_企業_ユーザの順の配列で帰ってくる()
error 26 No summary for method test_failover_リダイレクトされないコードの場合はNextengineApiExceptionがスローされる()

packages/base/tests/nextengine/api/client.php 13

Type Line Description
error 0 No summary was found for this file
error 8 Argument $class is missing from the Docblock of getMethod
error 8 Argument $method is missing from the Docblock of getMethod
error 8 No summary for method getMethod()
error 16 Argument $class is missing from the Docblock of getProperty
error 16 Argument $prop is missing from the Docblock of getProperty
error 16 No summary for method getProperty()
error 25 No summary for method test_init_が呼ばれるとnextengineの設定が使用できる()
error 31 No summary for method test_forge_戻り値はNextengine_Api_Clientのインスタンス()
error 36 No summary for method test_construct_引数にクライアントID_シークレット_リダイレクトURIを渡すとプロパティに反映されている()
error 55 No summary for method test_setUser_クライアントのアクセストークンと渡したユーザのアクセストークンが違ったら_クライアント側のアクセストークンで上書きされる()
error 68 No summary for method test_setUser_まだAPIが呼ばれていない状態でアクセストークンのあるユーザが渡されたら_ユーザモデル側のアクセストークンで上書きされる()
error 90 No summary for method test_failover_呼び出されるとそのコード_メッセージでNextengineApiExceptionを投げる()

packages/nextengine/bootstrap.php 1

Type Line Description
error 0 No summary was found for this file

packages/nextengine/classes/neApiClient.php 18

Type Line Description
error 0 No summary was found for this file
error 204 No summary for method __destruct()
error 259 Argument $response is missing from the Docblock of responseCheck
error 259 No summary for method responseCheck()
error 279 No summary for method redirectNeLogin()
error 291 Argument $url is missing from the Docblock of post
error 291 Argument $params is missing from the Docblock of post
error 291 No summary for method post()
error 303 Argument $params is missing from the Docblock of getUrlParams
error 303 No summary for method getUrlParams()
error 33 No summary for property $_access_token
error 34 No summary for property $_refresh_token
error 40 No summary for property $_client_id
error 41 No summary for property $_client_secret
error 42 No summary for property $_redirect_uri
error 43 No summary for property $_uid
error 44 No summary for property $_state
error 46 No summary for property $_curl

packages/nextengine/classes/nextengine/api/client/router.php 1

Type Line Description
error 0 No summary was found for this file

packages/nextengine/classes/nextengine/api/client.php 1

Type Line Description
error 0 No summary was found for this file

packages/nextengine/classes/nextengine/api/nextengineapiexception.php 1

Type Line Description
error 0 No summary was found for this file

packages/nextengine/config/nextengine.php 1

Type Line Description
error 0 No summary was found for this file

app/bootstrap.php 1

Type Line Description
error 0 No summary was found for this file

app/classes/controller/auth.php 1

Type Line Description
error 0 No summary was found for this file

app/classes/controller/errors.php 2

Type Line Description
error 0 No summary was found for this file
error 3 No summary for class \Controller_Errors

app/classes/controller/neapi.php 1

Type Line Description
error 0 No summary was found for this file

app/classes/model/company.php 1

Type Line Description
error 0 No summary was found for this file

app/classes/model/user.php 1

Type Line Description
error 0 No summary was found for this file

app/config/development/migrations.php 1

Type Line Description
error 0 No summary was found for this file

app/config/email.php 1

Type Line Description
error 0 No summary was found for this file

app/config/nextengine.php 1

Type Line Description
error 0 No summary was found for this file

app/config/routes.php 1

Type Line Description
error 0 No summary was found for this file

app/config/session.php 1

Type Line Description
error 0 No summary was found for this file

app/modules/demo/classes/controller/api.php 3

Type Line Description
error 0 No summary was found for this file
error 5 No summary for class \Demo\Controller_Api
error 6 No summary for method action_find()

app/modules/demo/config/config.php 1

Type Line Description
error 0 No summary was found for this file

app/modules/demo/views/api/find.php 1

Type Line Description
error 0 No summary was found for this file

app/modules/demo/views/index.php 1

Type Line Description
error 0 No summary was found for this file

app/modules/demo/views/template.php 1

Type Line Description
error 0 No summary was found for this file

app/tasks/robots.php 1

Type Line Description
error 43 Argument $speech is missing from the Docblock of run

app/tasks/user.php 4

Type Line Description
error 0 No summary was found for this file
error 5 No summary for class \Fuel\Tasks\User
error 16 Argument $args is missing from the Docblock of run
error 36 Argument $user_id is missing from the Docblock of refresh

app/views/errors/congestion.php 1

Type Line Description
error 0 No summary was found for this file

app/views/errors/index.php 1

Type Line Description
error 0 No summary was found for this file

app/views/errors/maintenance.php 1

Type Line Description
error 0 No summary was found for this file

app/views/errors/production.php 1

Type Line Description
error 0 No summary was found for this file

app/views/template-error.php 1

Type Line Description
error 0 No summary was found for this file

app/views/template.php 1

Type Line Description
error 0 No summary was found for this file

app/views/welcome/404.php 1

Type Line Description
error 0 No summary was found for this file

app/views/welcome/hello.php 1

Type Line Description
error 0 No summary was found for this file

app/views/welcome/index.php 1

Type Line Description
error 0 No summary was found for this file